by vidyaj
how to escape the special character %
|
|
[1 reply] : Use %% printf("Total aggregate is 75 %% "); (by Null)
|
by spyro657
plss..help me!!
|
|
[1 reply] : What do you have so far ? http://www.cplusplus.com/forum/articles/3101... (by Null)
|
by cloud0005
Need help/ teacher in C++
|
|
[5 replies] Last: cloud0005 wrote: I just want to learn the basic of c++ There ar... (by lnk2019)
|
by ryandlich
wont add doubles from an array correctly
|
|
[1 reply] : You set the precision to 2 places, hence 33.9 comes out as 34. Try set... (by closed account D80DSL3A)
|
by mef5214
Almost done with the coding but some getline problems
|
|
[no replies]
|
by Sieves
pointers as indicis for dynamic arrays
|
|
[6 replies] Last: yeah it works i think i'm cheating by passing the value at the address... (by Sieves)
|
by detroit
Point me in the right direction???
|
|
[3 replies] Last: Without delving too much into it, there are two "places" where you can... (by webJose)
|
by Chamox
Logic error using the getline() function
|
|
[4 replies] Last: Thanks everyone. cin.ignore(); Just worked fine. Tricky thing to mix... (by Chamox)
|
Noughts & Crosses [WIP] |
|
[1 reply] : Did you need help with something? (by Brianzor)
|
by ascii
getline just skipping
|
|
[3 replies] Last: Here's a page on it http://cplusplus.com/reference/iostream/istream/i... (by Brianzor)
|
by Blessman11
new objects at run time
|
|
[1 reply] : as long as your diligent about using delete its not really a problem (by ascii)
|
by jimmy5023
This is the reason why i hate being beginners
|
|
[1 reply] : anyone can help me please? (by jimmy5023)
|
by nikultimo
linked list
|
|
[1 reply] : Is it just the addOne() you are having trouble with? The local variabl... (by closed account D80DSL3A)
|
Issue with file input/output and arrays |
|
[no replies]
|
by wlemay
File input: problem with converting string to int
|
|
[1 reply] : Er, the problem is right after you call getline() you overwrite whatev... (by firedraco)
|
How can I make a vector of type strings while reading from a file? |
|
[2 replies] Last: Hey firedraco. The file looks like: red white blue (by dieseltrain51)
|
A functions name into a string |
|
[2 replies] Last: I haven't clicked hamsterman 's link yet, you should if you haven't a... (by Computergeek01)
|
by sorthon123
Factorial help
|
|
[13 replies] Last: Thank you ne555 for taking the time to explain it more i understand wh... (by sorthon123)
|
by exca
while loop segmentation fault
|
|
[17 replies] Last: Hrm...honestly, I have no idea...try debugging it and see what happens... (by firedraco)
|
by Ace70
Fibonacci Stuck on Infinite loop
|
|
[6 replies] Last: generally in programming its not good to say "i dont understand it but... (by ascii)
|