by seriphis
Void* cast to STD::string, output wrong...
|
|
[6 replies] Last: You'll almost never need that kind of power. Something like this is mu... (by helios)
|
Mingw does not support C++ 11? |
|
[9 replies] Last: Yes. (by Duthomhas)
|
vector subscript out of range |
|
[3 replies] Last: grid_ is probably never initialized. Lines 71 and 72 either crash, or ... (by helios)
|
by LovestoCpp
Ternary Op
|
|
[3 replies] Last: Thank you both i appriciate it! (by LovestoCpp)
|
Difference between ofstream and ostream operators |
|
[2 replies] Last: Oh, that's awesome! Thanks. (by tybalttheappleEater)
|
Unique pointers? |
|
[3 replies] Last: [quote=codekiddy]yes, as soon as unique_ptr goes out of scope it's d... (by LB)
|
by thefatshizms
Linker issues with my own class.
|
|
[16 replies] Last: Creating a new project, copied over all the files and included them in... (by thefatshizms)
|
by clock123
[SOLVED] Collision Detection Doesn't Work
|
|
[no replies]
|
by rosales5
How do I know if the classes in my program are being used?
|
|
[8 replies] Last: Cool thanks man, I'll definitely look into get functions. (by rosales5)
|
Which is the best idea? |
|
[no replies]
|
Casting problem? |
|
[2 replies] Last: My online game required a stream so I wrote a stream class. Their is a... (by danielmccarthy)
|
Undefined references OpenGL on Ubuntu 14.04 |
|
[6 replies] Last: -lpthread, however order of libraries added is important. (by modoran)
|
by dokussai
Square Sums
|
|
[2 replies] Last: Your code refers to col2 and col1 , which it does not know about. ... (by keskiverto)
|
Good modern OpenGL tutorial for 2D games |
|
[4 replies] Last: some are GLSL related and looks like glew doesn't check those, only t... (by memberfunction)
|
by judo11
How to display a pascal triangle using a 2D array in C++?
|
|
[1 reply] : [quote=OP] 123 56 9 Are you sure that's Pascal's triangle ? L... (by a k n)
|
by antirsi96
How does this linked list work?
|
|
[2 replies] Last: Why don't i need to print the last element Because the last element ... (by dhayden)
|
by superfury
VGA maximum resolution possible without memory restrictions?
|
|
[no replies]
|
by SixTsevN
Reverting a Bitset
|
|
[3 replies] Last: Thanks for your help (by SixTsevN)
|
by Grpc96
scanf problem
|
|
[4 replies] Last: Yes I'm sure. I'll try to use code blocks if it will work. Edit: Ok i... (by Grpc96)
|
by prestokeys
Anti-Patterns. Worth studying?
|
|
[3 replies] Last: My goal is to write my programs using the best choice of design patte... (by dhayden)
|