by KuPosu
Function Call *Help*
|
|
[9 replies] Last: Probably since n is an int, *n has no meaning so the compiler is confu... (by firedraco)
|
by bobby brown
Plz help super noob (run-time check failure #3 variable is being used without being initialized
|
|
[2 replies] Last: thankyou so much for your speedy reply (by bobby brown)
|
by shywolf91
Can someone check this code out?
|
|
[1 reply] : Your while loop at line 30 requires x > 11 , but it's only ever set t... (by jim80y)
|
by Magitaco
Starting With C++
|
|
[1 reply] : HI, as you told that you have basic knoweledge then you may use bjarn ... (by codekiddy)
|
by thechad90000
Getting an extra result
|
|
[4 replies] Last: binarybob350: That fixed the problem. I really appreciate it. Why does... (by thechad90000)
|
by Blessman11
reading bitmaps & manipulating them
|
|
[5 replies] Last: Well then, you want to learn about these functions here. you can googl... (by WilliamW1979)
|
by iFailed
inheriting mutator functions?
|
|
[3 replies] Last: When you create a class that is also a part of another class class do... (by WilliamW1979)
|
by jzm5459
Help with program -Beginner
|
|
[4 replies] Last: Well if you're not allowed to use that. On line 11 remove your first t... (by hbjgd)
|
by InterFiction
What's next?
|
|
[3 replies] Last: socket programing or network programing to be more precize is as it sa... (by codekiddy)
|
why doesnt this work on microsoft visual c++? |
|
[7 replies] Last: All IDEs do the same thing: compile and then link. Sounds like dev c+... (by andywestken)
|
by beginner123
need to change this graph
|
|
[10 replies] Last: Magic Numbers http://en.wikipedia.org/wiki/Magic_number_%28programming... (by andywestken)
|
by cdeblast
cin.getline help!
|
|
[1 reply] : cdeblast, your major prob is that you are trying to use both cin and c... (by SpectresShadow)
|
by DeathZero
Alternative to GetChar();
|
|
[no replies]
|
by Grimlocke46
Read data from an input file
|
|
[6 replies] Last: i have no idea if any of what i have is correct, im just going by what... (by Grimlocke46)
|
by Viper786
Continue with program only if condition is met
|
|
[2 replies] Last: A simple, though probably inelegant, way to do this is to use your ||... (by TimL)
|
by Taino
Prime numbers Application
|
|
[no replies]
|
by sarah ghanem
problem in reading file
|
|
[2 replies] Last: Use a char buffer to read 8 bytes from the file, then just cast to lon... (by modoran)
|
by trentkg
Easy String question
|
|
[6 replies] Last: Very silly of me. I used a simpler test case and realized that I neede... (by trentkg)
|
by navyorion
Help writing a program
|
|
[7 replies] Last: else if (hours>0 && < 12) cout << "a.m."; This is wrong. I think yo... (by Moschops)
|
by targt123
confusion about const
|
|
[4 replies] Last: Agreed. The use of const_cast is pure evil. :-P Maybe someday when p... (by webJose)
|