by vbaswant
static vectors/maps
|
|
[1 reply] : You need to make the static object either protected or public. Your c... (by webJose)
|
by Frozendog11
Need help to repeat the programme
|
|
[11 replies] Last: oo i c thanks (by Frozendog11)
|
by toxicate20
Object Positions
|
|
[1 reply] : Define the object type struct objectType { int x; int y; ... (by Moschops)
|
by kassik
array
|
|
[13 replies] Last: Except that sizeof int is usually 4. (by hamsterman)
|
by krnacandrej
class StudentEntry {...} *entryList[MAX_STUDENT];
|
|
[5 replies] Last: Despite the errors in code I see many formatting problems that makes t... (by siavoshkc)
|
by maliv
class header issue
|
|
[2 replies] Last: i dont know how i should link test.cpp with main.cpp i have written ... (by maliv)
|
by LadyCooper
Continuous Calculator w/ object class
|
|
[5 replies] Last: Like I said, make your main Equation e; e.read(); cout << "ther re... (by hamsterman)
|
Changing The Ouput From GetLocalTime() Using Cout |
|
[5 replies] Last: Try cout.width(). (by webJose)
|
by MrDuskling
Where to go
|
|
[6 replies] Last: Making video games was the reason why I wanted to be a Software Engi... (by sohguanh)
|
by Adrio
C++ Class calculator not working
|
|
[8 replies] Last: How did you figure out how to program in order for the calculator to w... (by LadyCooper)
|
by krakkens
calling an array function issue
|
|
[4 replies] Last: never mind i figured this out thanks (by krakkens)
|
by pauljoseph
Read char from text file always result in extra one line
|
|
[no replies]
|
by fishnewbie
Swap value by pointer
|
|
[1 reply] : I think you meant this: void foo(example s) { int *a = &s.a... (by shacktar)
|
by jrtfiges
Problem with variables (I think!) (1,2)
|
|
[20 replies] Last: wow. that was the last thing warnis! just me being unobservant and tir... (by jrtfiges)
|
by nano511
Another problem making SDLSurface show
|
|
[no replies]
|
by freakalien
DLLs
|
|
[no replies]
|
by wasabi
Using parent assignment operator
|
|
[4 replies] Last: That is... completely reasonable. Thanks. (by wasabi)
|
by vtergolina
Sending arrays from a program to another
|
|
[17 replies] Last: Regarding programming languages, the choice really depends on what you... (by andywestken)
|
Creating executables |
|
[7 replies] Last: Be aware that unless you are very careful and explicit about how the c... (by Duthomhas)
|
by nano511
Why isnt my SDL surface showing?
|
|
[2 replies] Last: Yeah lol thanks again disch! (by nano511)
|