by iamsmooth
Comparing two strings not working...
|
|
[4 replies] Last: Use if (!strcmp(listToFill .getUnread(), "N")) Your current ... (by webJose)
|
by poonninja
making alot of the same thing
|
|
[8 replies] Last: ha sorry i increased the number of balls before i changed everything. ... (by poonninja)
|
by Zeo
Function in c++
|
|
[1 reply] : hero is a local variable (on the stack). It vanishes when structini()... (by jsmith)
|
by iamsmooth
Storing objects (read from file) into vectors
|
|
[2 replies] Last: Thanks for the help! Yeah I knew it had to do with the scope, wasn't s... (by iamsmooth)
|
by Goofy
Separating Interface from Implementation- Dev-C++ error
|
|
[6 replies] Last: I can't really say how much I want to thank you. You got me to continu... (by Goofy)
|
Console Calculator |
|
[4 replies] Last: Yes, I personally wrote everything you see in my posts. The commentary... (by Duthomhas)
|
creating a saved test |
|
[10 replies] Last: Ok, thanks, I'm going to save this code for later probably, get back t... (by SomeOneHackedMyName)
|
by areyoupp
queue problem
|
|
[6 replies] Last: I think your problem is that your program never initializes the array ... (by smilodon)
|
by flubber
I Need guidance for Text Extraction (New to C++) (1,2,3)
|
|
[59 replies] Last: You need to define your getline function to work with any new line cha... (by Bazzy)
|
Exact same code failing?[Unsolved] |
|
[no replies]
|
by wmheric
Friend operator<<
|
|
[3 replies] Last: i think you use to namespace std; That's the same in terms of the f... (by wmheric)
|
by dag
newbies
|
|
[11 replies] Last: #include <iostream> #include <iomanip> #include <string> #include <... (by dag)
|
by Ledzepp4eva
Calculate the sum of a text file
|
|
[2 replies] Last: Yes, I did, and the answer is 0. When I don't the answer is like 5e-10... (by Ledzepp4eva)
|
by MiaZas
entering code to a post
|
|
[3 replies] Last: 1) Be sure to use the autoformat feature or format the code yourself w... (by kempofighter)
|
by MiaZas
sorting corresponding vectors
|
|
[5 replies] Last: Here are some links to a couple of examples that I wrote. http://www.... (by kempofighter)
|
by JFloyd
Problems with the goto statement
|
|
[2 replies] Last: Ah. Well, I just threw that in there to test it. I was wanting to skip... (by JFloyd)
|
by iamsmooth
Trying to read in multiple lines into a string variable
|
|
[8 replies] Last: Thanks! Append worked, I tried adding strings together but kept gettin... (by iamsmooth)
|