by thefly
I have no idea how to compare strings ignoring case!
|
|
[6 replies] Last: Line Line32, 35: upperCaseIt(s2); upperCaseIt returns the ... (by AbstractionAnon)
|
by mindoo
what to do next
|
|
[2 replies] Last: Yes a 2d game is what I want to do thanks for the answer I'll go check... (by mindoo)
|
by pals123
Bad Output
|
|
[4 replies] Last: I typed in employee2->Benefit = Benefit ("Washington Mutual", 500000, ... (by pals123)
|
by victor6
static variables instead of ordinary variables?
|
|
[1 reply] : Whether or not you should use static variables is less about memory co... (by Disch)
|
by Shishka
How do I write properly this function?
|
|
[6 replies] Last: @giblit: Thank you for a correction. I didn't pay too much attention... (by vlkon)
|
by terenceliang
A c++ project combine struct, vector, userdefine function, static and file I/O together
|
|
[2 replies] Last: troll warlord, Thank you for replying and helping me. I am trying to ... (by terenceliang)
|
by Iminami
Coding with Graphics
|
|
[5 replies] Last: Are you wanting to create an application with a GUI? If so, pick up a ... (by ResidentBiscuit)
|
by danzal
ERROR BRACE
|
|
[5 replies] Last: Everyone has their own preferred way of doing things, I use a couple o... (by Chervil)
|
I don't Understand SFML? |
|
[2 replies] Last: Ahh, thank you for the link. I didn't even think about using different... (by closed account j1CpDjzh)
|
Competitive Programming |
|
[1 reply] : learn this site's tutorial first (by xenovia12)
|
by shadowCODE
I get error "no instance of constructor".
|
|
[2 replies] Last: Thanks 'troll warlod' it worked. (by shadowCODE)
|
by NewInC
Arrays/Xcode
|
|
[17 replies] Last: ps i adjusted the input file so that it reads properly - last name, fi... (by NewInC)
|
destructors |
|
[10 replies] Last: Thank you for settling my doubts , I think now am in t... (by closed account SECMoG1T)
|
by Zach S
C++ numerical program with loops
|
|
[3 replies] Last: The if-clause executes as long as the condition is true. On first i... (by keskiverto)
|
GUI programming in windows: Programming Windows - Edition 5 or 6? |
|
[3 replies] Last: If you want to learn Windows API programming it would be Edition 5. I... (by closed account z05DSL3A)
|
by mehak
register variables
|
|
[5 replies] Last: Here is an older quote (2008) concerning registers after a beginner as... (by BHX)
|
by NookLines
char to int
|
|
[2 replies] Last: There are several errors in that code. This line: result = (number +... (by Chervil)
|
by zackwebs
g++ not using curses library even with -lcurses
|
|
[7 replies] Last: @Duoas, You'll get a 'file not found' error if you link to something t... (by Lowest0ne)
|
by keran14
phonebook search function
|
|
[1 reply] : clean up your code its a little hard to read. (by Cody0023)
|
by maiden
Need Suggestions/Comments
|
|
[3 replies] Last: On a quick look, it looks like you are using goto in the same way that... (by admkrk)
|