by okapishomapi
While loop
|
|
[5 replies] Last: Oh my gosh, that worked. Thank you thank you thank you, Bazzy!!! (by okapishomapi)
|
by j3tt
using struct
|
|
[2 replies] Last: oops. hee hee. how embarassing. (by j3tt)
|
by landmjine
search/replace user string project
|
|
[1 reply] : I don't know how much this is over your head, I assume you know the ba... (by R0mai)
|
by hairydogeat
Getting a compiler
|
|
[11 replies] Last: For mac: Xcode http://developer.apple.com/tools/xcode/ (by closed account z05DSL3A)
|
by brentsid
Why does this work w/out header files? (1,2)
|
|
[24 replies] Last: Well I solved my own problem eventually. I had a problem with the arra... (by brentsid)
|
by kk84
How to return an array?
|
|
[2 replies] Last: You can't return an array, you can return a pointer to an array. But b... (by R0mai)
|
by akosinoah
Using Arrays Function Having problem completing it.
|
|
[5 replies] Last: what is that garbage nikki17 ? don't post crap with the intention to h... (by gcampton)
|
by Mo fo sho
Program won't pause
|
|
[14 replies] Last: your welcome. Did you figure out why the file was not opening? (by gcampton)
|
by jackpoophard
Class question
|
|
[14 replies] Last: Well actually, Game Software Development is my major and I'm just gett... (by yoked88)
|
by yoked88
Output
|
|
[9 replies] Last: Ah...I see what is happening, thank you blackcoder41. Don't know why ... (by yoked88)
|
by kirilligum
class name into char
|
|
[5 replies] Last: Is putting the variable in a macro really any easier than just putting... (by Disch)
|
by Duckwit
Anything other than system("pause");?
|
|
[18 replies] Last: cin.ignore(numeric_limits<streamsize>::max(), '\n') That is the rig... (by tummychow)
|
by h006ruler
specify where to create a text file?
|
|
[2 replies] Last: also the root slash "/" if using linux is where you start. fstream... (by brokenbot)
|
What's wrong with my code? |
|
[14 replies] Last: Somebody clearly hasn't done differentiation/integration! (by mcleano)
|
by hzesen1221
a question from C++ primer . about Dynamically Allocated Arrays
|
|
[10 replies] Last: I checked the C++ primer book and hzesen1221 has copied the code th... (by moorecm)
|
by tifa farouk
i want this answer rapidly plz (1,2)
|
|
[24 replies] Last: int num_digits_helper( int num ) { return num ? 1 + num_digits... (by jsmith)
|
by mozly
Sleep: identifier not found
|
|
[6 replies] Last: http://www.cplusplus.com/forum/unices/10491/#msg49054 You can subst... (by Duthomhas)
|
by chaienbungbu
"&" Operator confusion
|
|
[2 replies] Last: Thank R0mai! I got it. (by chaienbungbu)
|
by qon
why does unhandled domain_error from sqrt() not cause a terminate?
|
|
[2 replies] Last: Ok, from http://www.cplusplus.com/reference/clibrary/cmath/sqrt/ : ... (by qon)
|
How to print in c++ |
|
[5 replies] Last: ive posted it in another forum section, and if you do happen to find s... (by matt1234567890)
|