by MicMagicFly
Problem with code segment
|
|
[7 replies] Last: Hi liero....are you saying that count should read 5 instead of 1? I'm ... (by MicMagicFly)
|
by jamesd128
Question about || operator
|
|
[1 reply] : "false" is zero. Anything that isn't zero is true. strcmp(buf,"tim... (by Disch)
|
by goosby
Undeclared Identifier in using seperate source code files
|
|
[2 replies] Last: Thanks a lot for your quick reply and the link. I added a header file ... (by goosby)
|
by ToniAz
cin.getline is giving an error
|
|
[4 replies] Last: cin.getline() and getline(cin,string) are two different things. cin.ge... (by closed account jwC5fSEw)
|
by Gorgro
Using "->" on a vector
|
|
[2 replies] Last: no you cannot do that. The vector needs to be an array of pointers to... (by kempofighter)
|
by Zach
Wait!
|
|
[7 replies] Last: Thank you firedraco! You have solved my problem and the code string wo... (by Zach)
|
by trancetastic
"undeclared identifier"
|
|
[6 replies] Last: Yeah, thought as much. That should do the trick. As for negative ex... (by trancetastic)
|
by Niallerz
cant get output right
|
|
[1 reply] : if i understood correctly what the program is supposed to do, i think ... (by Mathes)
|
by babudesai
extracting numbers from line (1,2)
|
|
[25 replies] Last: k i changed the index but still same error. (by babudesai)
|
by southtucky
Calling external code in C++ program???
|
|
[2 replies] Last: Thanks. That sheds a little light for me. (by southtucky)
|
by lildreamer91
C++ assignment
|
|
[5 replies] Last: thnx:) (by lildreamer91)
|
by aLLtimeLOW
AtM simulator(How can i solve this?) - ..,thank you.
|
|
[3 replies] Last: http://cplusplus.com/forum/general/20895/ (by chrisname)
|
by xerxes
How to save an element and then delete?
|
|
[5 replies] Last: Let's write what you want to do in words. I'm assuming that the array ... (by sammy34)
|
by CuddlyBear
Listing & Creating Node
|
|
[2 replies] Last: Alright, thanks. I'll remember to take them out. (by CuddlyBear)
|
by w0ot
Calculation error
|
|
[3 replies] Last: Here are your problems: n++; sum=n*(n+1)/2; n--; I'm not sure what... (by hamsterman)
|
by gaurav10
reading txt file into vector<string>
|
|
[4 replies] Last: Because Duoas' code is better than mine :). In Duoas' code, note that ... (by sammy34)
|
by mumbi
wchar_t exception what()??
|
|
[4 replies] Last: Oh, thanks. these articles is very helpful for me. (by mumbi)
|
by adikid89
recursive functions with *pointer parameters
|
|
[12 replies] Last: Oh... thanks! :) (by adikid89)
|
by ecomoda
try to make code with this with using only...
|
|
[18 replies] Last: as liero said read tummychow's post earlier in this topic. if you w... (by chimera)
|
by RBerry813
Count the number of instances in an array.
|
|
[3 replies] Last: Re: 'major weakness of mine'... I view your ability to 'have a go' ... (by sammy34)
|