Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~889 People Reached
Favorite Tags
c++ x 12
Member Avatar for DavidDD

Hello there! I am making games with C++ and SDL, and I want to make procedurally generated tiles, so I'll get an "infinite" -so to say- game world. Though I have no idea how I would approach this. I have basic knowledge of what I need to know to create …

Member Avatar for XEN0
0
137
Member Avatar for DavidDD

Hello there! I am pretty new to game developing but got a book and a library called CDX. The first chapter is about creating Pong as it is a very simple game. But I would like to make it a bit more complicated than just negating the X and Y …

Member Avatar for 0x69
0
80
Member Avatar for DavidDD

Hey there! First of all I have no idea if this is the right forum but I would assume that it is... Please move/delete/something this thread if it's not placed correctly and notify me :) Alright. Onto the problem. I am currently in school learning C++, we are right now …

0
63
Member Avatar for DavidDD

Hey there! Summarizing the problem within the title is too hard but I tried. Let's just jump right in! I am pretty new (enough to only program in the console) to C++. Right now I am trying to code a hi-lo game. Where you guess if the next card is …

Member Avatar for WaltP
0
109
Member Avatar for DavidDD

Hey! Alright, I am working a program in C++ (obviously ;P). I have been working on this game a very long time and took a break from it. I actually forgot how this line works: [CODE] vector<string> sWords(1); int a = 0; ifstream myfile("words.txt"); if(!myfile) { cout << "Error opening …

Member Avatar for DavidDD
0
256
Member Avatar for DavidDD

Hello there! A very quick question: Can I use an already defined int as array size? I want to make an array the same length as a string. I use ifstream to read in a random word from a file and I use .length to get the length of it …

Member Avatar for DavidDD
0
119
Member Avatar for DavidDD

Hello there! This is my first post so I'd like to say hello to everyone on the forums! Anyway, I am coding a hangman game. I read my words from a text file with ifstream, then I randomize a word and I set the string "sSelectedWord" to the randomized word. …

Member Avatar for DavidDD
1
125