No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
I thought I would throw in my two cents in. I have been working through a great C++ book it's called Professional C++ here it one amazon: http://www.amazon.com/Professional-C-Marc-Gregoire/dp/0470932449 It not meant for beginners, it can be pretty fast with explaining new concepts, also you can go into this book knowing …
To answers the question that isn't there, the answers must be organge strawberries always organge strawberries ALWAYS! Okay why is the number 4, number 4?
Am in the UK and today it's clear skys and pretty cool, it's nice. Normally the skys are completely grey for days but, it's nice today.
Hello guys :) I hope you are well. I have a problem, I am trying to build a 2D platformer and I am stuck when it comes to building the levels. I found a tutorial on how to build a tiling engine and I just got completely confussed. I am …
Trying and use string objects from the #include <string> rather than a char array, because you can revrse a string object in one line of code. #include <string> #include <iostream> int main() { /*This is just a quick example you will need to load the string from the file just …
Hello it's great to meet you, am very new to this community to. I hope you enjoy your stay.
From what I can see, you're trying to convert a char* to a const char* some where in your code, so check over you arguments and function calls from files they might only handle const char*. size_t is data so you need to assign it a varable name size_t i …
Hi everyone! XD, I hope you're good. A little about me, am a C++ programmer who been programming in C++ for about 2 years now. I have developed games some small games all to bad to be released on the Internet :D and I have worked on a 2D engine …
The End.
VertexF3