by NickPaul
Insane ~ Simple Arithmatic Q
|
|
[2 replies] Last: Haha wow that is amazing! Gotta say I'm not a fan of that lol I just t... (by NickPaul)
|
Beginer |
|
[8 replies] Last: thanks alot! its working. (by closed account 2E0XoG1T)
|
by robezy
expected constructor, destructor, or type conversion before ‘*’ token
|
|
[4 replies] Last: thanks.. (by robezy)
|
by anilmahat
Microsoft Visual C++ 6.0
|
|
[14 replies] Last: See if this link gets you anywhere: http://www.cnet.com/topic-softw... (by cartpauj)
|
by ryujin89
string program (1,2)
|
|
[24 replies] Last: As in, what I would normally post in the first post of a thread? I... (by ryujin89)
|
by itzaaron
Debuging Error
|
|
[4 replies] Last: char initials ; //... initials = name ; //... initials = name[i... (by Bazzy)
|
by Progesco
Infix to Postfix expression
|
|
[2 replies] Last: thank you. it worked :D btw, I don't know about sstream, so I chang... (by Progesco)
|
by marcomags83
simple program not working.
|
|
[1 reply] : 1. You're compiling C++ code with a C compiler. C++ compilers also com... (by helios)
|
by kamigari
Static typecast error
|
|
[2 replies] Last: Thanks for the explanation. I finally cleaned it up (by kamigari)
|
by akayrak
class in class
|
|
[2 replies] Last: yeap i solved with writing; y::x data; in main (by akayrak)
|
by spazamatic2
functions
|
|
[8 replies] Last: post your code using: [co de]...here is where you should put your... (by closed account iw0XoG1T)
|
by spazamatic2
Only works til 37th value
|
|
[1 reply] : If a signed integral value gets too high, it will wrap back to the neg... (by Bazzy)
|
by paulh428
Stuck on homework problem.
|
|
[4 replies] Last: Really has to do with my logic. My logic isn't good. LOL. Thanks for t... (by paulh428)
|
by Null
Classes
|
|
[1 reply] : 1) None of them. All of them overload + incorrectly. Logically, + s... (by Disch)
|
by award982
how to add a file as a resource dev-cpp
|
|
[no replies]
|
Why is this not working? |
|
[11 replies] Last: Thanks alot! Working cool now. I just had to #include <string> Will c... (by closed account 2E0XoG1T)
|
by nevero
Problem with argv input
|
|
[4 replies] Last: You can check that argv exists using argc (by Bazzy)
|
by sdot
cout a diamond shape with size depending on user input
|
|
[1 reply] : The second for contains ever-false iterations continuation condition... (by melkiy)
|
by btripp
Can I make this function better?
|
|
[5 replies] Last: @MaikCae I just tryed your code. At first I was thinking this way a... (by btripp)
|
by AR Khan
cin.getline problem
|
|
[4 replies] Last: It works as required. Thanks. (by AR Khan)
|