OpenGL and 2D Games |
|
[16 replies] Last: outcoord.x = (pixelcoord.x / 400.0) - 1.0; outcoord.y = (pixelcoord.... (by Luke Stones)
|
by Megziflips
Would learning python make C++ easier to learn?
|
|
[7 replies] Last: It could, help you understand code. But would not help in learning c++ (by Luke Stones)
|
by Ozwurld
Why does the following code crash when i run it{linked lists}
|
|
[3 replies] Last: Compile it, and then type the debug code. :) (by Luke Stones)
|
Skybox |
|
[7 replies] Last: Make this into a Rect Shape, then you can declare. (by Luke Stones)
|
by prstorero
Help with a calculator
|
|
[5 replies] Last: Line 22 has got a indented comment. (by Luke Stones)
|
by james2013
hi, we have a project to Modify the FRONT.c include the name of the token/Lexeme after the analysis. thanx in advance
|
|
[6 replies] Last: hi, Luke do you have a sample code on how to include the name of the t... (by james2013)
|
by gravity0905
Pointers - * operator
|
|
[2 replies] Last: OK ! I understood ....Thanks ! (by gravity0905)
|
by drinkinpeki
Help with do...while loop. Expected while?
|
|
[3 replies] Last: Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I didn't... (by drinkinpeki)
|
by ninjajack7
How can I read one number at a time from an int file?
|
|
[4 replies] Last: If you look at the ASCII table you will see that the ASCII code for t... (by ajh32)
|
by instinct13
Help with my bool logic for date validation
|
|
[4 replies] Last: Try with doing if (isDateValid (month, day, year)) Then after have a ... (by Luke Stones)
|
by brucey2343
basic programming skills
|
|
[6 replies] Last: The best I can say is to read your book from beginning to end and actu... (by newbieg)
|
by andy2012
How can I count the unique words in a program?
|
|
[2 replies] Last: This is a pretty significant homework assignment. Yes, you need to k... (by Duthomhas)
|
by nelson1mx
Casting question
|
|
[16 replies] Last: @ ne555 Sorry for the late reply, have been a bit busy. Realised th... (by TheIdeasMan)
|
by freemanl
binary search and sequential search algorithm
|
|
[4 replies] Last: Ok, that doesn't say anything about writing your own containers. It t... (by kbw)
|
by Techz
Help with string input AND output to file
|
|
[2 replies] Last: Thought I was doing both: input from the keyboard, output to the file.... (by Techz)
|
by Cronnoc
Space game rotation
|
|
[17 replies] Last: fun2code's solution worked thank you (by Cronnoc)
|
by ryushinaka
function pointers
|
|
[3 replies] Last: ty for the quick replies. I've worked it out succesfully. :) (by ryushinaka)
|
by Cinolt
Adding a "sorted insert" method to std::list
|
|
[2 replies] Last: Thanks, I've just never seen that syntax before. I'm not exactly sure... (by Cinolt)
|
by ekuang1
Refactoring giant c++ class
|
|
[no replies]
|
by hammad khan
threas
|
|
[6 replies] Last: The first error is because you don't pass functions by reference like... (by cire)
|