by aish96
"does not name a type" error for a file
|
|
[2 replies] Last: yes! that worked! thanks :D (by aish96)
|
by bhenlee
Help with my output
|
|
[8 replies] Last: Correct. I just don't know why I'm not getting my correct number to ou... (by bhenlee)
|
by immm008
Any book for beginner to read?
|
|
[1 reply] : C++ Primer 5th Edition. (by Uk Marine)
|
by Micaela
Need help with segmentation fault
|
|
[2 replies] Last: Thank u for the tip..I forgot the dynamic allocation..a real shame >.< (by Micaela)
|
by white beauty
average of seven numbers
|
|
[6 replies] Last: ok,.,.,i am trying (by white beauty)
|
by winsome2
HELP!!! C++
|
|
[1 reply] : Duplicate thread here: http://www.cplusplus.com/forum/general/116310/ (by Catfish4)
|
by enemy
aa and bb ot declalred???
|
|
[1 reply] : Scope. You have essentially: { int aa = 7; } int fu = aa; // error... (by keskiverto)
|
by martin619
array problem
|
|
[2 replies] Last: Omg, what a HUGE Mistake I made! THX God for ppl like You!! Now it's a... (by martin619)
|
by wolfv
vector of pointers crashes
|
|
[6 replies] Last: > My thinking was that, since A1::funcA() is not declared virtual, > ... (by JLBorges)
|
by enemy
random number always the same???
|
|
[7 replies] Last: i dont know how to fix any of this because im still new myself but her... (by Tristan101)
|
by irfan2266
stl list of pointers
|
|
[1 reply] : http://stackoverflow.com/questions/7493932/what-causes-c-compiler-erro... (by Catfish4)
|
by JourneyJay
New Programmer_C++_Possible Problem with one-dimensional arrays(Dynamic?)
|
|
[2 replies] Last: 1. Why does my program run, but crash upon termination in the origin... (by Chervil)
|
by sethman410
Stack Help
|
|
[5 replies] Last: Here is the entire directions. Your assignment is to re-implement the... (by sethman410)
|
How to readline() from file, kind of FILE |
|
[1 reply] : fgets http://www.cplusplus.com/reference/cstdio/fgets/ (by Chervil)
|
by Tristan101
System()
|
|
[2 replies] Last: > everyone saying system commands are bad Not every one. There is not... (by JLBorges)
|
by Terminus Est
H:\CompSci\classroom management\ClassRooms.cpp|7|error: call of overloaded 'ClassRoom(int&)' is ambiguous
|
|
[8 replies] Last: In your ClassRooms.cpp: [code firstline=7]rooms = new ClassRoom(nrooms... (by long double main)
|
by KTP Forever
Text Based RPG: Status Effects?
|
|
[10 replies] Last: Hmm... For this status effect issue, it could be recommended that you ... (by Ispil)
|
Concordance |
|
[4 replies] Last: Here's what I did (note that this is probably not the most efficient a... (by long double main)
|
by mattho
Program.exe
|
|
[no replies]
|
by chocolatepig
Sorting through a vector.
|
|
[1 reply] : remove std:: prefix if you declared using namespace std; , and replac... (by nvrmnd)
|