by erhuu a
stopping
|
|
[no replies]
|
by Ekko Finch
Help with Constants.
|
|
[2 replies] Last: Thanks! (by Ekko Finch)
|
by ettedo2000
adding millennium algorithem to existing code
|
|
[4 replies] Last: The system ("PAUSE") is a very bad habit to pick up. Check the sticky ... (by Wisely Done)
|
by fellow
cin problem
|
|
[2 replies] Last: thanks Texan40 (by fellow)
|
by kw1991
how do you add items to a queue?
|
|
[4 replies] Last: QueType<int> q; int num; std::cout << "Enter numbers" << std::endl; f... (by Peter87)
|
by Sabre
Challenge for beginners/Feedback please
|
|
[5 replies] Last: ok you are miles above what I am looking at! haha although you could p... (by Sabre)
|
by oldnewbie
ascii?
|
|
[4 replies] Last: Thanks for the reply Cubbi . (by oldnewbie)
|
by D4rkZ3r0
Arrays and Pointers
|
|
[3 replies] Last: In line 9 you increased value of pointer, it indicates to trhe first ... (by Lynx876)
|
by Periphery
Help with a menu program!
|
|
[5 replies] Last: @Periphery: You do realize that Stewbound was being sarcastic, and mad... (by Stupebrett)
|
Change program, issues. |
|
[1 reply] : Try declaring the variable values at the beginning. //this program ... (by strongdrink)
|
by ekisner
Free heap block modified after freed
|
|
[12 replies] Last: Ne555, thank you for your assistance - I'm running along with the vect... (by ekisner)
|
by andy dziadek
need help with strings
|
|
[3 replies] Last: 97<=small<=122; That is nonsensical (did you mean (97 <= small) &&... (by Moschops)
|
by ErinCorona
getting inf instead of a number
|
|
[6 replies] Last: Oh, okay. I'm using CodeBlocks. (by ErinCorona)
|
by Stas Kubrak
Using function non-member of class inside this class
|
|
[2 replies] Last: normal functions and member functions are two different things so you ... (by Peter87)
|
by erhuu a
please help while loops arnt working
|
|
[3 replies] Last: a) Assignment ("=") is not the same as comparison ("=="). b) Char lit... (by Gaminic)
|
by alphawolf7
Swapping Characters
|
|
[7 replies] Last: Sounds to me like he wanted to swap characters of a string, i.e.: st... (by Gaminic)
|
by unknown2012
Please repair my coding for descending...
|
|
[1 reply] : What exactly is that code doing right now? Also, the tags are . (by hamsterman)
|
by Ronnieind
C++ SIGSEGV problem
|
|
[8 replies] Last: see? You learn the most when you solve it yourself. const reference de... (by coder777)
|
by tempneff
Can i hide the input text?
|
|
[3 replies] Last: For a small program like this I would recommend just using system("cls... (by Hippogriff)
|
by PLew88
If statement HELP PLEASE!
|
|
[9 replies] Last: hey I figured out my problem, I guess it would have helped if I had sh... (by PLew88)
|