Beginners - April 2013 (Page 64)

Why build a game engine?
 
What is the benefits of creating your own game engine that is so incredibly hard?! Is it even worth ...
[6 replies] Last: Thanks for the replies. I am just focusing on building the game itself... (by Minimacfox)
Arrays as arguments.
 
I am having trouble with a simple problem. I keep kicking myself for not know this but I believe I ...
[7 replies] Last: Thank you all for this information. I am having trouble understanding ... (by bruntmjust)
Using Paint Event during runtime C++/cli
 
Hi i'm quite new with c++/cli and im using it for my college project I've had a few problems whic...
[1 reply] : bump because still havn't figured this out (bypassing it for the momen... (by welsh4evr)
2-D Arrays Help Please!
 
Hi I am having trouble converting my single array code into a 2-d Array. The following is my code...
[2 replies] Last: Working Process: Still stuck on how to print init_board(int nums ); ... (by PinkLady)
by chipp
difference
 
can anybody tell me what's the difference between these 2 codes? #include <iostream> using na...
[2 replies] Last: thanks for your help... :) (by chipp)
Exporting a 2d array to excel .csv?
 
I have been having trouble trying to export my 2d array "int edit_distance_array[POPULATION_SIZE+1] ...
[2 replies] Last: Sorry i didn't post any code previously was a little unsure because it... (by nukem266)
by elmurp
expected primary-expression before ',' token
 
I'm getting this error, "expected primary-expression before ',' token" for the project I'm working o...
[5 replies] Last: Ok I've changed some things up, but I have another problem now. #in... (by elmurp)
Computer freeze
 
Firstly, I wanna start off by saying this is extremely strange behaviour coming from my PC, since wh...
[2 replies] Last: It would help if you posted the code. (by pogrady)
Programming Group (1,2)
 
Hi there, as you guys can tell I'm a beginner programmer who want to improve myself and help others ...
[30 replies] Last: DEAR CPLUSPLUS COMMUNITY I suggest that all of us contributing to s... (by cyberdude)
streaming in online document
 
Hi! I want to use a document that is available on the internet: http://api.eve-central.com/api/qu...
[8 replies] Last: ok, thanks for the answers (by Jonas Wingren)
by Daleth
Compiler Warnings
 
So I upgraded my Code::Blocks IDE and made sure to set the compiler to the C++11 standard. However, ...
[1 reply] : non-static data member initializers only available with -std=c++1 (by ne555)
~'q' << 6
 
This is an exercise from C++ primer on page 156. 'q' is 113 in int, and 01110001. ~'q' is then 10...
[4 replies] Last: Vlad is correct. that mean compiler knows it's a char and thus inter... (by Disch)
No match for 'operator=='?
 
I am trying to use a function to find the number of the row that a specific string is in. The functi...
[11 replies] Last: Getting rid of the 2D array and making it a 1D array seems to have sol... (by Dumpofdeath)
by Varius
How to streamline my program
 
This is my completely revised program on factoring trinomials. I was wondering if there was any way ...
[2 replies] Last: I would recommend setting your double values when you declare them. I... (by SamuelAdams)
Mixing engines?
 
Is it possible to mix engines? Like the water in the game is build with Hydroengine & then the graph...
[1 reply] : I'm not sure you can directly do this, but you should be able to do it... (by S G H)
Help: expected a statement
 
This program is incomplete but halfway through my programme I receive an error from 'else', the mess...
[6 replies] Last: Thanks for your help guys. :) (by Angry Food)
input and output files and structures helppp please
 
Dear all, this program requires an input filename by the user (e.g. input.txt) and outputs the aver...
[2 replies] Last: Thanks (by xcindiix)
by nmell
Reading text from file into a user-defined object
 
(Working on windows 7 with Visual Studio 2010.) Hello! Beginner here and I am working on random f...
[3 replies] Last: Thanks! That worked, I didn't even think about changing the input file... (by nmell)
Bubble Sort Crashing
 
This project is for my intro programming course. After entering the numbers it crashes. I would assu...
[4 replies] Last: @Giggidy Your loop should be like this> for(j = 0; j <= SIZE-2-i; j++... (by Sam99)
Modules problem
 
Hi, i am very new to C++ programming and i'm really keen to learn. However, i've run into a problem ...
[4 replies] Last: Did you add the second file to your project? EDIT: I suppose not: it... (by MiiNiPaa)
April 2013 Pages: 1... 6263646566... 83
  Archived months: [mar2013] [may2013]

This is an archived page. To post a new message, go to the current page.