by jdwright
rand() - simulation program - seed
|
|
[9 replies] Last: You are accessing out of bounds in the `jumpFleas()' function by insta... (by ne555)
|
by BaneX
HW HELP!
|
|
[2 replies] Last: I don't know how to start this problem, bear with me because all this ... (by BaneX)
|
by xtopher
Can someone help me out about homework?
|
|
[no replies]
|
by derpmaster
Help please, cant figure out equation.
|
|
[no replies]
|
by poiioppoiiop
Weird pesky tilted ' and ’
|
|
[5 replies] Last: like MiiNiPaa said. '\342\200\231’' is a string of 3 chars you need ... (by Jaybob66)
|
by Hambone
Issue with sdl mixer...
|
|
[5 replies] Last: The human readable string just said "can't load file". I am using code... (by Hambone)
|
by Icyboom15
Invalid calculation?
|
|
[2 replies] Last: I've changed that, and it works perfectly. I CAN NOT believe I missed ... (by Icyboom15)
|
by kmartar
Help With Classes
|
|
[3 replies] Last: I am getting error on line 38 - 41 on the couts << it says there is no... (by kmartar)
|
by LuminaChen
Bracketing Search
|
|
[8 replies] Last: Ah, I see.. yeah maybe rather than restart the program, it's more conv... (by LuminaChen)
|
Need help with how to delete a record |
|
[2 replies] Last: My assignment for class was to create a Student ADT. An abstract data... (by kbw)
|
by ToxicBear
Problem with debugging
|
|
[2 replies] Last: Solved it. Thanks. (by ToxicBear)
|
by adriyel
Revising an arkanoid game
|
|
[1 reply] : http://gaming.wikia.com/wiki/Ricochet_Infinity#Powerups (by MiiNiPaa)
|
by adriyel
Suggestions in making a simple game in c++?
|
|
[3 replies] Last: Do you want it to be console or you will use some graphic library? Con... (by MiiNiPaa)
|
by Kroggor
Not Declared In Scope
|
|
[6 replies] Last: Oh wow, it actually works. Thanks, you guys are awesome. :) (by Kroggor)
|
by Aidan 1994
Where to start?
|
|
[1 reply] : Just click on tutorials in the panel on the left. Seems a good place t... (by mutexe)
|
by dasboshiet
Error Shadow Parameter
|
|
[9 replies] Last: GrossPay(employee); (by ne555)
|
by jva2794
breaking out a loop
|
|
[2 replies] Last: Use a loop that's more appropriate for the purpose. int i=0; ... (by cire)
|
by KvltKitty
Destructor of linked list
|
|
[2 replies] Last: @KvltKitty, You cannot call a destructor by yourself. It is called aut... (by NPcomplete)
|
by Raspb3rry14
Outputting Character Array. Help please?
|
|
[1 reply] : use strlen( fullName ) in place of 20 or even for( /*int*/size_t i ... (by nvrmnd)
|
by lizardqueen
Program only returning 1st value of array
|
|
[1 reply] : Your calcVolts function doesn't need to return anything, make it void ... (by i2Fluffy)
|