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 the work? I mean, you can build any game you want already wi...
[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 have made 3 arrays that are 10 by 10 in size and now I need ...
[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 which have now been fixed (thank god) but i've ran into another ...
[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 for a single array for my battle ship program: #include...
[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 namespace std; int main () { bool test; cout << (1 < 2)...
[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] ;" to a .csv file. Whats the best way to export to the .csv ...
[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 on. For my project, I have to have the user input a text file...
[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 when I play games and don't program basic stuff, my PC runs sm...
[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 to do the same. I wanted to create a group from this site ou...
[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/quicklook?typeid=34&usesystem=30000142 how do I either: ...
[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, now it won't give me warnings when I accidentally try to ini...
[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 10001110, and since it's promoted to int, it's 11111111 111111...
[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 function I am using is: int seqSearch(birdList list , int listsi...
[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 to make this program more efficient. Thank you in advance! ...
[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 graphics is build in Cry Engine 3? And then put it together into ...
[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 message is 'expected a statement'. Why is it displaying that ...
[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 average score to a file the .txt reads: Harry 12 John 98 Joe 22...
[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 file I/O and I have a text file of tool records that is in th...
[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 assume the nested for loops or the bubble sort portions are caus...
[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 and it's stressing me out! i've googled and searched this fo...
[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.