SDL - Moving to C++ from C#/Java |
|
[9 replies] Last: This is stack: int a; this is on the heap: int *a = new int; ... (by giblit)
|
by kittyk
Broken count function! Help!
|
|
[2 replies] Last: dammit. That was so obvious. Been staring at it too long. thank you! (by kittyk)
|
by Gabriels727
basic calculator
|
|
[9 replies] Last: Well functions are pretty much overkill in this scenario. I reckone... (by ProgrammerJames)
|
by phdpaul
Char and pointer issue
|
|
[1 reply] : strcmp compares C-style strings. It does not compare single charact... (by cire)
|
by goblue83191
Drawing a sideways triangle or big X
|
|
[2 replies] Last: Yep that was it. Thanks appreciate it! (by goblue83191)
|
by pdm1337
Program crashes, I think it's a memory violation but i dont know
|
|
[2 replies] Last: When will this loop end? for(int i=0;i<4;i--) (by helios)
|
by Naulee
Runtime check failure #2
|
|
[2 replies] Last: Thank you very much! (by Naulee)
|
by Zero Cool
Help with program to output a rectangle made of *'s
|
|
[2 replies] Last: As I said, I'm wanting to have *s inside the box... Such as this: *... (by Zero Cool)
|
by Sophia
beginner
|
|
[5 replies] Last: #include <iostream> using namespace std; double ratio (int a, int b,... (by ProgrammerJames)
|
by Evan8632
Data Output
|
|
[1 reply] : I don't understand how lines 43 and 49 even compile in the first place... (by LB)
|
by Frausty
void functions
|
|
[4 replies] Last: Its just a function not a void function. Void is the return type. (by giblit)
|
by bill45
Int to String Function
|
|
[4 replies] Last: Dang it! That's exactly the problem. The reason I have so many #includ... (by bill45)
|
by adym
Errors loading .exe in frames
|
|
[no replies]
|
by Nemz
Need help with inheritance and creating a ToString function
|
|
[2 replies] Last: I may have gotten inheritance and polymorphism mixed up when reading t... (by Nemz)
|
by brittany21
"No matching function to call"
|
|
[14 replies] Last: You are still returning true/false after the first value. Get rid of t... (by giblit)
|
How do I do this? (very new...) |
|
[5 replies] Last: Also, beware integer division for the 4 / 3 part. 4 / 3 * PI * r * r ... (by booradley60)
|
by rubito
Search function only finds first value (1,2)
|
|
[20 replies] Last: BinarySearchTree<T>::sortedPrint() is incorrect. (by helios)
|
Bitwise operators |
|
[4 replies] Last: Thank you sorry for the late reply (by closed account EwCjE3v7)
|
by tarik00555
<insert program name>.exe is not a valid Win32 application
|
|
[5 replies] Last: It doesn't make sense then. I'd say create a new project and copy+past... (by Computergeek01)
|
by Wolfej1994
Inverting a binary number
|
|
[1 reply] : If you can explain what this loop is doing, then you'll understand why... (by booradley60)
|