by sumsar
Problem with OpenGl
|
|
[6 replies] Last: Okay thanks I found out that my settings was on C for some reason :/ b... (by sumsar)
|
by megasnorlax
Code Blocks Doesn't Work Anymore! (1,2)
|
|
[23 replies] Last: Sorry but it actually doesn't work. I can open it now but my programs ... (by megasnorlax)
|
by superfury
Dosbox video mode 13h on real VGA?
|
|
[no replies]
|
by Script Coder
All task orderings
|
|
[9 replies] Last: Thanks you, I am going to have to translate the out-dated code, but it... (by Script Coder)
|
Skilled eye needed for Snake game! |
|
[7 replies] Last: I understand now. I was able to fix the bug after reading through ever... (by Nathan Justice)
|
by Katyrose1
Need help!!
|
|
[1 reply] : To begin, this really should be upgraded to switch statements, and the... (by meesa)
|
by ToLesto
to use if or not to
|
|
[1 reply] : The latter is faster because it uses 5 less arithmetic operations than... (by Thumper)
|
by CRASHOUT
template functions
|
|
[3 replies] Last: that is not a declaration , but a definition (by ne555)
|
How to use function with pointer parameter to print an array?? |
|
[2 replies] Last: #include <iostream> using namespace std; void printArray ( const in... (by vlad from moscow)
|
by Daleth
Static variable inside a member function
|
|
[3 replies] Last: Nah, your wording was fine. I was just trying to illustrate why it wo... (by Disch)
|
Pointers |
|
[1 reply] : Your code assumes the string passed in has at least one space. It's n... (by kbw)
|
Pointer in the right direction |
|
[3 replies] Last: Sorry for the vague question, It would be tile based, As for parallax... (by Pickle Gunner)
|
by Simula
[Problem] Sudoku
|
|
[1 reply] : I compiled your code. I paid attention to the warnings the compiler g... (by cire)
|
What does "->" do? |
|
[3 replies] Last: pointer to an object that is Untrue. Whether or not pointer p p... (by cire)
|
by Chris Meyer
displaying the contents of a map
|
|
[1 reply] : Ok, so I just realized I have a scope problem. oops... If anyone has a... (by Chris Meyer)
|
by maniac
Programmers tasks
|
|
[13 replies] Last: @maniac some examples were from a C job. I use C++ for the most part. ... (by Cubbi)
|
by vishaldawani
Error with the code
|
|
[no replies]
|
by superfury
VGA Graphics emulation?
|
|
[1 reply] : Got it working so far on the 256 color shift mode and the Monochrome m... (by superfury)
|
by Foxar
Making sf::Sprite a member of a class.
|
|
[2 replies] Last: I can't believe, i were struggling along with a buddy on this long tim... (by Foxar)
|
by bob87
typedef as data type for specialized template function in class from shared library
|
|
[3 replies] Last: I'm pretty new to templates too. But here is what I found: http://stac... (by Daleth)
|