|
by CheezyPower
What is the C++ compiler used in the C++ tutorial?
|
|
|
|
[5 replies] Last: nevermind, i figured it out..!!! :) thanks for the help you guys. (by CheezyPower)
|
|
by rkk94
getting exact numbers
|
|
|
|
[4 replies] Last: thanks tht seemed to do the trick:D (by rkk94)
|
| Allocate memory - pointer to array of pointers |
|
|
|
[7 replies] Last: Your code is very hard to understand, I like to keep things simple. W... (by modoran)
|
| shared Variable in multithread in vc++ |
|
|
|
[1 reply] : So what's the question ? Global variables (not recommended to use them... (by modoran)
|
|
by minertom
Looking for program that fits 2D shapes together
|
|
|
|
[no replies]
|
|
by kevinjame
manipulating .dat file
|
|
|
|
[4 replies] Last: I finally figured it out, for anybody interested: Net Profit Code... (by kevinjame)
|
|
by oliver9523
can't index 108th element
|
|
|
|
[2 replies] Last: ah cheers for that, I've now replaced <cv::Vec3b> with <uchar> it work... (by oliver9523)
|
|
by adhughes
trouble with using seekg
|
|
|
|
[2 replies] Last: Excellent, worked a treat, thank you! (by adhughes)
|
| OpenGL glColor3iv function does not work ! |
|
|
|
[8 replies] Last: @xerzi: Thanks. I didn't know that. (by majidkamali1370)
|
|
by viliml
counting occurenes of values
|
|
|
|
[1 reply] : Just because multiple people have similar questions, isn't really a re... (by ResidentBiscuit)
|
|
by AndyTruong
how does operator new allocate memory?
|
|
|
|
[2 replies] Last: Thank you, Moschops. Your answer is really helpful! (by AndyTruong)
|
| how would i change this so that player follows.. |
|
|
|
[1 reply] : You can use SDL_GetMouseState to get the mouse position. http://www.li... (by Peter87)
|
|
by EamonKerdoll
guaranty that vector wont free memory
|
|
|
|
[13 replies] Last: [quote=Athar]push_back does not cause reduction of capacity when reser... (by Peter87)
|
|
by Need4Sleep
Private accessing problem when overloading(friends)
|
|
|
|
[2 replies] Last: Try moving the stream overloads implementation into the header. Edit: ... (by naraku9333)
|
|
by ToniAz
Memory Accesses vs. FP Operations
|
|
|
|
[12 replies] Last: Yes, indeed, I could split it into two, and let the first of the two r... (by ToniAz)
|
|
by dancks
Need advice on game design
|
|
|
|
[1 reply] : Here's a thought: I can reduce space and clock and processor usage by ... (by dancks)
|
| what is worng with this program, it wont start at 0? |
|
|
|
[4 replies] Last: It could be that your console buffer is not large enough to be able to... (by yoreei)
|
|
by ptrlake2
What packages to install for ncurses?
|
|
|
|
[2 replies] Last: Yup, that worked perfectly, thank you! And I meant *Ubuntu 12.04*, not... (by ptrlake2)
|
|
by college9
Crash after certain point
|
|
|
|
[1 reply] : I expect you're trying to use a pointer that's not pointing to an acco... (by Moschops)
|
|
by dposluns
A lockless, single-producer/consumer ring-FIFO that won't run out of space
|
|
|
|
[1 reply] : Your code is based on false assumptions. It will only work on some ve... (by Disch)
|