by TannerWhale
How to count amount of letters?
|
|
[1 reply] : This might work for strings, not sure though: http://www.cplusplus.com... (by Gregory Sakas)
|
by Oskar Liblik
-
|
|
[1 reply] : You could use an std::map with the word as the key and the count as th... (by BlackSheep)
|
by madinsane
How to print 10 numbers on each line
|
|
[4 replies] Last: thanks! (by madinsane)
|
by bennyboy
Using getchar to populate an array
|
|
[9 replies] Last: I could say: I suggest really, you should look at my example. Norma... (by dadabe)
|
by ekisner
Heap Corruption
|
|
[8 replies] Last: Problems were many... after an exceedingly excessive number of _CrtChe... (by ekisner)
|
by Ch1156
How to delete a line after a few seconds without win API
|
|
[3 replies] Last: @Stewbond I believe your last line should be.. std::cout << "\b\b\b\... (by whitenite1)
|
by trexmix
Command prompt?
|
|
[3 replies] Last: If the school allows you internet access you can use ideone.com if all... (by naraku9333)
|
Struct/File Problem? Need help! |
|
[2 replies] Last: Thank you! I figured it out :) (by ProgramminNewby)
|
by mj1709
transferring contents from 1D array into a 2D arrray
|
|
[4 replies] Last: @vlad ur right but since its the precursor to c++ it wont matter reall... (by mj1709)
|
by Agonche
Decimal to Binary (1,2)
|
|
[35 replies] Last: check this #include<conio.h> #include<iostream.h> int n,i=0; vo... (by Zu007)
|
by Stephie22
arrays
|
|
[5 replies] Last: Probably not, for more about array, check out: http://www.cplusplus.co... (by Lowest0ne)
|
help with logic error |
|
[1 reply] : This construction int p = {0}; is invalid in C++. So your code d... (by vlad from moscow)
|
String Extraction |
|
[1 reply] : http://cplusplus.com/faq/sequences/strings/split/ I usually use strin... (by moorecm)
|
by Ahaanomegas
Different Ways for pausing
|
|
[6 replies] Last: I think Xcode C++ doesn't differ at all from Vanilla, other than the o... (by Whovian)
|
by bekim35
arrays with double letters
|
|
[5 replies] Last: Read in the word into an std::string. Strings allow accessing by index... (by Gaminic)
|
Writing small c++ program from a flow chart algorithm |
|
[no replies]
|
by Ahaanomegas
int main()
|
|
[7 replies] Last: In the D language, they allow a "void main()". This is because most us... (by closed account S6k9GNh0)
|
by edwardnigma
Loop output help
|
|
[no replies]
|
by skarla
learning c++!!!
|
|
[4 replies] Last: Maybe, you should think of some practical, which you could need? (by dadabe)
|
by Nacao
Refreshing command prompt screen
|
|
[no replies]
|