by xxgixxx
coords and gotoxy ()
|
|
[no replies]
|
by TRun
Entering multiple values at once with option to type -1 to quit
|
|
[8 replies] Last: #include <iostream> #include <iomanip> #include <algorithm> // funct... (by JLBorges)
|
by RotciV
How to transfer value of int to another function
|
|
[5 replies] Last: That^ would return an error because its out of bounds(size=arraySize-1... (by rjvc)
|
by Endymion
printing chars with array.
|
|
[13 replies] Last: Couldn't make anything that works, so I will try some more in the morn... (by Endymion)
|
by andysuro
Compiler Error
|
|
[9 replies] Last: hmm.. I'm not too fond in dev-c++, but I found this http://stackoverfl... (by rjvc)
|
Need help understanding how to polymorph |
|
[3 replies] Last: Hi, One really handy thing is the ability to make functions take a re... (by TheIdeasMan)
|
by Ganado
Unsigned int to int and vice-versa
|
|
[3 replies] Last: Thanks, that clears things up. @giblit It was more about using the > o... (by Ganado)
|
by aldfarmer
comparing two numbers
|
|
[11 replies] Last: void compareNums(int& large, int& small) { if (large < small) { ... (by Konstantin2)
|
by jwoodrow
File IO writing and reading
|
|
[no replies]
|
by MrBond90
strange array values
|
|
[4 replies] Last: You were right, it's working correctly now. Thanks a lot for the help.... (by MrBond90)
|
by aldfarmer
pass-by-reference help
|
|
[1 reply] : LOL I hope you aren't serious. http://www.cplusplus.com/forum/beginne... (by giblit)
|
by Joshcannon
Palindrome de-bug!
|
|
[1 reply] : Seems like it would be more effective to just ignore the non-alphabeti... (by giblit)
|
by col28
Problem compiling
|
|
[7 replies] Last: that's a very good idea! I'm pretty new to this, trying to get my hea... (by col28)
|
finding the average |
|
[5 replies] Last: Here's my revised code. Like I said everything is fine except the fact... (by thealchemist405)
|
by Endymion
Printing alternating characters with array
|
|
[5 replies] Last: I like your way better. I think it will work better with the assignmen... (by Endymion)
|
by Dlazyguy
Text file help!
|
|
[no replies]
|
by vxk
vector sort and erase
|
|
[2 replies] Last: its working properly with the sort... the output is 1 2 3 4 ? its not... (by vxk)
|
Data loss while reading with cin |
|
[no replies]
|
by ribohe94
How to cancel RETURN keystroke with windows.h? Or set it to “not pressed”?
|
|
[no replies]
|
by Smilex
No such file or directory
|
|
[3 replies] Last: In the image the filename has an asterisk in front which usually means... (by Peter87)
|