0
anyone have any C++ problems I can program I just started learning C++ but I know java
C++ Beginner
3 odpowiedzi
+ 1
A good start is to code in C++ some of what you used to code in java.
+ 1
What about :
Reading a text file and count the words or letters, then display the result in alphabetical order.
... and add the results in a text file.
... and deal with errors gracefully (eg file too long, binary file ...)
☺