by bool maybe
How do I check which character comes first alphabetically?
|
|
[3 replies] Last: I think Duoas had the right idea although he phrased it in a strange m... (by bool maybe)
|
by metulburr
is there a better way for calling this function?
|
|
[2 replies] Last: how do i make line 22 not use cout ??? in main comments test 1 show t... (by metulburr)
|
by hwuy
text cross contue
|
|
[3 replies] Last: thanks hamsterman i think that works (by hwuy)
|
by metulburr
can someone explain this to me?
|
|
[6 replies] Last: This program requires <limits> because it uses the numeric_limits temp... (by tdeloggio)
|
by DirtyPowder
Error when testing user input
|
|
[3 replies] Last: Also, you are calculating the average over and over in the loop. That... (by kempofighter)
|
by happykiller
Recursion help!
|
|
[3 replies] Last: EDIT: I didn't need your help, but thanks anyway i was confused at som... (by happykiller)
|
by MobyNinja
How can I get my program to ignore character inputs?
|
|
[8 replies] Last: FYI, this is another great link for stdio FAQs. http://www.parashift.c... (by kempofighter)
|
by ziodice
Is this really 50/50 chance?
|
|
[2 replies] Last: Okay, now its acting more 50/50 (by ziodice)
|
by Vanilla
Trouble working with Visual C++ Basic
|
|
[no replies]
|
by tejas1995
Program Not Working
|
|
[15 replies] Last: I totally agree with you. As I had the time to check what going, I wa... (by andywestken)
|
by paupau
question
|
|
[4 replies] Last: Do you have #included <iostream> or #included <fstream> or #include... (by TheMassiveChipmunk)
|
by aymanbah
Is this a good implementation
|
|
[19 replies] Last: Ditto. (by Duthomhas)
|
by john1984
filtering array?
|
|
[2 replies] Last: It is also simple enough to do yourself (though much less efficient un... (by Duthomhas)
|
by bmoore45
Cloning a Window
|
|
[9 replies] Last: Thanks, I've looked at it in Spy++ and none of the text shows up becau... (by bmoore45)
|
by pr0jcaz
Multiple Choices
|
|
[3 replies] Last: jejeje Thanks. (by gaorozcoo)
|
by Joel Male
Beginning C++ Through Game Programming Third Edition
|
|
[10 replies] Last: Add cin.sync(); before cin.get(); (by packetpirate)
|
by adesh
void main or int main
|
|
[3 replies] Last: http://www2.research.att.com/~bs/bs_faq2.html#void-main (by moorecm)
|
Question about header files |
|
[3 replies] Last: Ah this sounds like a good idea. I will have to do this. Thank you for... (by ResidentBiscuit)
|
by saman1989
digital clock
|
|
[5 replies] Last: Yes, classes are defaultly private. (by firedraco)
|
by Disch
glad
|
|
[1 reply] : annoyed because this is in the wrong forum :P (by firedraco)
|