Beginners - October 2012 (Page 51)

Besides c++ and the api of my choice, what else should an up and coming game programmer be studying?
 
I am studying c++ and SDL but is there anything else I should be learning as a game programmer? All I ever read when coming into game programming was to study a...
[5 replies] Last: @ Owain, Thanks. I definitely have OpneGL on my list as I hear that... (by dtaqee88)
by khuti
Some code review please
 
Hello, I am writing a light program which is based on a car class and a derived class which is a certain make of a car. I need to implement a OO interface fo...
[no replies]
Another Problem
 
This program involves a for loop as well. But only has to record the score of team a and b for each quarter for a total of 4 quarters. I get it to compile, just...
[1 reply] : Ok I guess it just took a little longer playing and I would have figur... (by Showdon)
by Jigs
What's wrong?
 
Hi, I am new to c++ and I learn with a book. I wrote a code from the book, but compiler said It's not alright. So what's wrong? Thanks for answers :). #<iostre...
[3 replies] Last: Is that snippet typed in pretty much as it's found in the tutorial? A... (by andywestken)
Project for school
 
Hello everyone, I am in a Computer Science class where we deal with C++. For an assignment we need to use strings and such. But, anyways we are to use specifi...
[3 replies] Last: The name "PromptUserToFindLongestSequence" sound like you're asking (o... (by andywestken)
Direct and Copy Initialization
 
Can someone please tell me the difference between Direct and Copy Initialization??? class Object { int x; public: Object() {} Object(int i) { ...
[4 replies] Last: In this case there is no difference at all between the two. (by cire)
Looping error (do-while statement)
 
Hey there. Here's the problem. My do-while statements are correct, the program is running but it does not loop/goes back to the first step when the condition's ...
[1 reply] : It would be really good if you didn't have 2 threads on the same topic... (by TheIdeasMan)
C and C++ development enviroment
 
Hello everyone, I am new software engineer student, how do I use netbeans for develope c and c++ app? or does anyone knows other open source? best regards...
[1 reply] : http://netbeans.org/kb/trails/cnd.html http://netbeans.org/community/r... (by Catfish2)
Pasting and Renaming Files in a order
 
im trying to make a program that will past and rename the same file over and over again until all coordonates are done, the file doesnt change only the name (sa...
[no replies]
Checking of inputs.
 
Hello there. Is there any where to check what users input, in a simpler way? for example. cout<<"What is your name : "; cin>>userName; Am I able t...
[3 replies] Last: I Fixed a Typo: You can also get raw text and convert it to Number wi... (by S G H)
Reading a file and storing into class variables
 
Hi all I have a problem in which I have to read txt file and store the values into the class variables. The txt file I have is 02/08/2011,ABC,buy,100,20.0...
[5 replies] Last: Ok I will change my variables and class names as you suggested and act... (by vichu8888)
linked list not traversing
 
hi everyone. been working on a program for uni and this has been driving me crazy. i've got a class and several nested structs inside the class, and i'm trying...
[7 replies] Last: I could keep guessing what a good solution would be based on the bits ... (by helios)
by azzry
hello world
 
hello world, i new in this forum, i hope for all can help sharing the knowledge...
[1 reply] : Welcome to the forum, do you have a specific question you would like a... (by Ch1156)
in trying to create a program that will only accept binary digits
 
I'm trying to know how can i validate an input if it's valid for binary digit or not. thanks in advance for helping.
[13 replies] Last: I made if free time #include <iostream> #include <string> #include ... (by Shinigami)
by purple
how to find the output of the following segment?
 
for (x=1, y=5; x+y<=10; x++) { cout <<x<< “ “<<y<<endl; y++; }
[7 replies] Last: No replies from the OP - could be a typical trolling question? If not... (by TheIdeasMan)
by zander
advise for pickup
 
i have not been useing c++ for a while now as my pc was down i had started useing sfml and was at window rendering when it went down.i have been useing php whic...
[1 reply] : Um, you can generally use any book... OR just go to the tutorial secti... (by Factors)
Frequency of values in an array
 
I need a help please. I have to count the frequency of values in the array. I have this code: int main() { int size; int val, count; int list ...
[no replies]
help with int
 
why do i get a garbage value when i execute the statement #include <iostream> int main() { int i='hell'; cout<<i; } and plz tell me the difference ...
[3 replies] Last: Hey man, I think you should look into data types a bit. Data types are... (by Factors)
by Yoda
Easy question. involving text only
 
Hello, everyone. I was wanting to write a program to write a note like I would be typing it normally instead of just all popping up at once. I was wondering ho...
[3 replies] Last: @Yoda Here's a program I found on this site, and it does what you nee... (by whitenite1)
gets() serves! cin.getline() evil! HELP!
 
Hello world! The Epic starting program for every programming language ;) and hi frnds, this is my first post in this forum... nw coming to the matter, i read in...
[5 replies] Last: well i cant understand fully what u r saying actually :P you're mixin... (by SwatSid)
October 2012 Pages: 1... 4950515253... 84
  Archived months: [sep2012] [nov2012]

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