by iamyiyaj
I can't get all the identifiers to come out not right
|
|
[2 replies] Last: Why do you think _3d is not a valid C++ identifier? The following com... (by AbstractionAnon)
|
cin hide input |
|
[no replies]
|
linked list-delete from beginning |
|
[3 replies] Last: oooooooooooooh @Jaybob66 your answer made it so much clearer (by closed account 1vf9z8AR)
|
by hh98265
Displaying frequencies of values entered
|
|
[2 replies] Last: reusing the i is causing you problems here, i'll reproduce your code w... (by Jaybob66)
|
by iamyiyaj
I keep getting a run time error but the code compiles and opens??
|
|
[1 reply] : because of this; report[scoreToGrade(score) - 'A'] += 1; a grade of ... (by Jaybob66)
|
by TheLoneWolf
Initializer list woes
|
|
[4 replies] Last: It would appear that you need to upgrade the compiler/library to a mor... (by JLBorges)
|
linked list-deletion at end |
|
[4 replies] Last: Yes, but when you delete the last entry, the entry before last becomes... (by AbstractionAnon)
|
by shamar
Stuck. Need help please
|
|
[2 replies] Last: Duplicate http://www.cplusplus.com/forum/beginner/224565/ Do not doub... (by Handy Andy)
|
by ryan810
Find partner
|
|
[1 reply] : Maybe you can try to get in touch with some of these people: http://ww... (by Enoizat)
|
by Amiplus
Change single word color in a text with NCurses?
|
|
[6 replies] Last: It seems you’re struggling a lot about colourful console programs. I... (by Enoizat)
|
by Shishykish
Why do I get strange values after I use functions to call on a data structure to perform various tasks?
|
|
[3 replies] Last: Hello, Thanks very much, I referred back to that and have amended my... (by Shishykish)
|
by hamaydan
How to restart my program ,Help .
|
|
[2 replies] Last: In case you don’t appreciate ‘goto’: // #include <conio.h> <--... (by Enoizat)
|
by iamyiyaj
How to read a string character by character
|
|
[4 replies] Last: You could try with a logic like this: - if in your string you find som... (by Enoizat)
|
by martibg
Need help with arrays..
|
|
[1 reply] : It looks a pretty complicated program after just two weeks. Don’t yo... (by Enoizat)
|
by daimkhalid07
l need help
|
|
[5 replies] Last: I would save myself some aggravation and write type avg(data, number_o... (by jonnin)
|
program doesn't print a values |
|
[7 replies] Last: thanks @mbozzi . lm in the good way now (by vincentthorpe)
|
by claudilla
iterate through something a save it onto an array?
|
|
[2 replies] Last: In C++ could use std::sregex_token_iterator to iterate through the std... (by gunnerfunner)
|
by andriasss
C++ how use formula
|
|
[10 replies] Last: Circles, circles, everywhere .... #include <iostream> #include <vect... (by lastchance)
|
by spartannn
Return array
|
|
[4 replies] Last: "Dynamic array" or "vector"? #include <iostream> using namespace std... (by lastchance)
|
by div132
Help with my tictactoe project
|
|
[3 replies] Last: Thanks alot for the tips! getline started working after i added cin.ig... (by div132)
|