by zero7741
C++ undefined reference and exit error...plz help?
|
|
[11 replies] Last: taxAmount is a function, not a variable... so maybe that's how OP tr... (by Catfish)
|
by Peyton
Complex Square Root
|
|
[5 replies] Last: I use a different compiler, so I can't be sure, but try replacing 2 wi... (by hamsterman)
|
by vastrolorde
string to int
|
|
[8 replies] Last: i have forgottne how to call my cti function If you have it accordi... (by coder777)
|
by xXmusicmanXx
help!
|
|
[3 replies] Last: while(!fin.eof()){....} http://www.cplusplus.com/forum/beginner/3... (by muratagenc)
|
by muratagenc
custom strcat() question, is this code safe?
|
|
[6 replies] Last: great tips, thanks. I also like the comment This is a minor auxiliar... (by muratagenc)
|
logical operations for const char * |
|
[8 replies] Last: Apparently! (by Nisheeth)
|
by Zarakava
Writing to a file, need help
|
|
[15 replies] Last: So better use the stream mechanism. You can overload the << and >> ope... (by coder777)
|
by twentfiveu
I get an illegal initalization
|
|
[3 replies] Last: that's related to pan's reply. you did define the class but after you ... (by chipp)
|
by Slaunger
Review of two simple function templates
|
|
[6 replies] Last: It won't yield any overhead because gcd_helper's constructor does n... (by Slaunger)
|
by julzhef
Need help with an array
|
|
[2 replies] Last: Here's how I'd do it: int main() { int month = 0; cout << "... (by creekist)
|
by jgirl2412
Random Number Generator
|
|
[5 replies] Last: That's what he's doing, creekist. The problem is he needs numbers wit... (by Disch)
|
by DirtyPowder
Nested loops not incrementing
|
|
[2 replies] Last: Take a look at line 24, you are saying as long as ast is equal heightt... (by twentfiveu)
|
by ausairman
need help passing a stream to a function
|
|
[4 replies] Last: hamsterman, that snippet ran fine. I did some looking and it turns out... (by ausairman)
|
by kyranstar
Have Problem
|
|
[5 replies] Last: Yes. It does. Thank you, though. (by kyranstar)
|
by Parkournerd
Where to learn GUI?
|
|
[2 replies] Last: visual c++ is GUI oriented. also i hope you mean 2010 i dont think th... (by vlad61)
|
by mantale1
Reading Data from file into 2-d array trouble
|
|
[2 replies] Last: OK, so I now understand that the segmentation error was the result of ... (by mantale1)
|
by TLO
Excel does not see DLL anymore when used with GSL working function
|
|
[no replies]
|
by wtf
My program executable is 128K.
|
|
[11 replies] Last: That's perfectly normal, it doesn't go any lower than that. Your appli... (by Athar)
|
by jeffsg605
Setting up code::blocks
|
|
[5 replies] Last: Copy and paste the exact error message(s) you're getting. (by Athar)
|
by Shay9999
Array troubles
|
|
[2 replies] Last: Great, your going to make me read the one section I was avoiding >_< ... (by Shay9999)
|