by pabloist
When declaring new Type[n]
|
|
[3 replies] Last: Thanks bazzy. (by pabloist)
|
by kaduuk
Difference cin.get and getline
|
|
[4 replies] Last: Oh. Right. cin.get ( char* s, streamsize n, char delim ); and cin.get... (by hamsterman)
|
by creatornator
Basic Guess My Number
|
|
[4 replies] Last: Your program is set to loop "Sorry, guess again" While var != 42 and t... (by AdventWolf)
|
by AdventWolf
Getline for pointers in a structure problem
|
|
[4 replies] Last: Ah ok, thanks for the help. (by AdventWolf)
|
decimal places |
|
[7 replies] Last: lol, it would still be a good idea to see how getline, strings and str... (by m4ster r0shi)
|
by gcr114
recall values from a loop
|
|
[1 reply] : now that i think about it...i might just use an array.. (by gcr114)
|
by brazyuri86
Array don`t work correct
|
|
[2 replies] Last: To follow up what helios said, I recommend that you use constants thro... (by kempofighter)
|
by Kangaroux
Is this stuff necessary?
|
|
[6 replies] Last: You can also combine the two concepts like so in order to guarantee to... (by kempofighter)
|
C++ Vector problem |
|
[3 replies] Last: Thanks for the answers, I finally solved! (by CriogenizedSoul)
|
by nasnoma
Power and Factorial
|
|
[1 reply] : Please use code tags for more than a couple lines of code. (by smilodon)
|
by PinkInk
Function that prints only records containing B or b?
|
|
[5 replies] Last: Okay sounds like this is what it should be. void patient_info::Pri... (by PinkInk)
|
by Codeboy
Why does this not find the palindrome I'm looking for?
|
|
[1 reply] : The goto here is not necessary and should be avoided. (In general avo... (by smilodon)
|
by jland68
return code
|
|
[1 reply] : while http://www.cplusplus.com/doc/tutorial/control/#loops... (by Bazzy)
|
by Sperry
Some linker errors I don't understand
|
|
[8 replies] Last: Quotes work, as well. (by helios)
|
by airforce1
cmd prompt disappears
|
|
[4 replies] Last: Refrain from using system() commands. Stick with cin.get(); (by Kangaroux)
|
by ajmal1122
please solve this problem and make the program
|
|
[14 replies] Last: lol ... perhaps later, because I didn't keep the original implementati... (by jsmith)
|
somebody can answer this problem? |
|
[15 replies] Last: ajmal1122, please start your own thread and post your code with neat f... (by kempofighter)
|
by Abanoup
how i can make socket connection using C++
|
|
[6 replies] Last: No problem :) (by Seraphimsan)
|
by Zero One
Populating 2x2 Vector
|
|
[4 replies] Last: Galik, you're completely correct. However, due to the output I was get... (by Zero One)
|
by pdgui
Understand the low-level in the following code:
|
|
[6 replies] Last: But in a large code (that I still have not learned how to do), this ... (by Duthomhas)
|