by Tezelia
Need help with opengl moving ball c++
|
|
[3 replies] Last: Anybody? It's been a week and I still haven't solved this problem i a... (by Tezelia)
|
by SuperStinger
Global variables! Where do i use them
|
|
[4 replies] Last: softwaretime: Thank you for your effort, but you didnt answer the ques... (by SuperStinger)
|
by xzbit
about dll dependency
|
|
[2 replies] Last: Why are you not willing to compile with /MT ? Is there any particular ... (by modoran)
|
by vikuseth
Got confused with const_cast
|
|
[3 replies] Last: const_cast works only for pointers and reference That pretty much su... (by Cubbi)
|
Help my tic tac toe codes aren't working |
|
[6 replies] Last: FredFlinstone Im really really thank you! i didn't know that (by TananTanTananTanToink)
|
by zoran404
Qt linking
|
|
[9 replies] Last: Yes, but that requires that Qt itself to be compiled the same way. ... (by modoran)
|
by caplin
how to test points inside/outside the polygon(homework)
|
|
[3 replies] Last: > i try to write the code but there are some special cases Let us hav... (by JLBorges)
|
by Tazzy
C++ Problem (1,2)
|
|
[25 replies] Last: HAs somebody an idea? (by Tazzy)
|
Parsing string -> value |
|
[4 replies] Last: Wow my idea... Here is my solution : The find function now is modified... (by Imadatobanisa)
|
by vidhem
Binary file handling
|
|
[4 replies] Last: Ohh!! My bad... i declared tempBook as pointer... i m nw using tem... (by vidhem)
|
by zhenghui
modify a function and call it in the main function
|
|
[1 reply] : Your URLs aren't complete, but yes we can help: Take a look at this t... (by Stewbond)
|
by Octav
Dynamic memory pointer instance used as function paramater?
|
|
[10 replies] Last: I Found the problem, you were right, I did have the setGamestate funct... (by Octav)
|
by codeback99
Like ACM web-cite
|
|
[no replies]
|
by zoran404
Binary files
|
|
[1 reply] : Here's a good article on binary files: http://www.cplusplus.com/articl... (by closed account D80DSL3A)
|
Functions to add, subtract and multiply |
|
[15 replies] Last: You declared mulTwoNumbers , and then defined multiplyTwoNumbers . ... (by htirwin)
|
by r 4 raja
Needed solved errors
|
|
[9 replies] Last: Oh.. I see that now. Sorry, I just didn't see that before. Well, thank... (by jumper007)
|
by softwaretime
Open Source vs Closed Source
|
|
[2 replies] Last: If you want to give your software away for free, make it open source. ... (by closed account 1yR4jE8b)
|
by physj314
Array Help
|
|
[5 replies] Last: If you could use vectors or at least the C++ arrays cire mentioned, it... (by Cubbi)
|
by codeback99
programming speed question
|
|
[2 replies] Last: Or sync_with_stdio(false) By the way, you are doing if( condition ... (by ne555)
|
by jumper007
Need ideas
|
|
[3 replies] Last: You'll need some modulo background (a+b) mod m = (a mod m + b mod m) ... (by ne555)
|