Beginners - March 2011 (Page 9)

by dAND3h
Searching a list
 
Hi, I made a Double Linked List data structure. But I am in a snag for a certain part of my program. I have a player class, with name,age,exp. I can add players...
[2 replies] Last: I just did it the way I thought of(simplest way), I have the Search fu... (by dAND3h)
problems with while statements
 
HI every time I try to debug this program in Microsoft Visual C++, I get a pop up that says ----> "Run-Time Check Failure #3 - The variable 'count' is being u...
[3 replies] Last: Thanks Mathes, that solved it (by clusetr)
2 string numbered array comparison
 
Hey So, im working on my project and i got almost all of it except 2 parts And im reading all the information by a text file 1)search the account number (wh...
[no replies]
Need help :)
 
Hi, i am following the book called beginning game programming by michael morrision, if any of you's have completed this book could you please help me out. Im co...
[10 replies] Last: Tp... seriously, put that book away and learn to program with somethin... (by hanst99)
TSP genetic algorithm
 
Well for those who know what is that i got a question. The algorithm is used for solving the traveling salesmen problem, by picking 2 parents routes and cro...
[1 reply] : Are you talking about this? http://www.lalena.com/AI/Tsp/? I suppose ... (by hanst99)
by dAND3h
Memory help
 
Hi, well , I have a function which returns a pointer. Lets call it function 1. So, inside another function(function 2) I call a 3rd function, using function1 as...
[4 replies] Last: yeah, my solution above wasnt working as i thought it would. you were ... (by Mathes)
Break Out To Top Of Loop
 
Hi All. I have a piece of code in a while loop where if something happens, I want to go back to the start of the loop. Is there any way to do that? wh...
[5 replies] Last: continue works great, thanks! (by JLucien)
To getting the right output-NESTED LOOPS
 
QUESTION 2: NESTED LOOPS Company ABC employs a number of salesmen to sell a variety of items. These salesmen earn their income from a commission and are paid...
[3 replies] Last: Thanx, I'm having such a tough time with this assignment. netSal... (by Sebolelo)
.......
 
..................
[2 replies] Last: ok, you may read these: reading a file http://cplusplus.com/refere... (by Mathes)
Calling a specific value in a function?
 
I've composed a code solely for practice, and I'm having trouble on calling a specific value in a function. Under the 'wallet' while loop, where I call the func...
[3 replies] Last: Your compiler should give you warning that job() doesn't return anyt... (by matsom)
Qt C++ console programming
 
how do i display a QLineText at a certain position in a QWidget Console runtime. like if i want to display it at the left to a certain position.
[1 reply] : Perhaps this tutorial can help you? http://sector.ynet.sk/qt4-tutorial... (by kevinkjt2000)
New to C++ (1,2)
 
Hi all, im an average programmer in VB2010, and i would like to start making games so i need to learn C++ :) i have a few books to ask if they are any good: ...
[20 replies] Last: The thing with game programming and learning C++ is, that you have to... (by blackcoder41)
Pass an object to another object constructor
 
Let me know if I'm outta line for posting an SFML question in a general C++ forum but I think this problem has more to do with my understanding of the language ...
[2 replies] Last: When you attempt to assign a reference to a normal object, you perfor... (by Deftwun)
What kind of equation(s) would I use for this program?
 
I'm trying to find out what equation to use in the x and y point finder for this program. I need it to find the 15 points on the circle that is divided into 16 ...
[1 reply] : You need variables for the circles center location. This code won't wo... (by closed account D80DSL3A)
by ty98
copy eny keys typed to keys.txt
 
I need to know how to copy eny keys that you type. do yo have eny ideas?
[1 reply] : Try searching for methods to hook into the keyboard, or, in your case,... (by galameth)
Error in the programe plz help out
 
i have installed Visual Studio 2010 i am writing code in c++ so when i build it http://i56.tinypic.com/av4txs.png
[9 replies] Last: Yeah I noticed - but I was on a roll. (by guestgulkan)
Compiling Warning Error C4008 Main Inline Attribute Ignored
 
Hi. I am new to C++ and have made a program which compiles fine, but generates the following warning message: 1>g:\assessment3\listoftownsmain.cc(27) : warn...
[4 replies] Last: Quote from the C++ standards document: A program that declares main t... (by guestgulkan)
by Swirly
Code compiles in Dev C++ but not Visual
 
This school project accepts integers into a custom data type called "set". Set is a list that accepts and manipulates integers. This is my first time using te...
[4 replies] Last: No probs. (by guestgulkan)
Programming a movement path
 
Hi everyone, First post. I'm just delving into the depths of game code properly and I've reached a stage where I have a game plan, and I have an image assign...
[5 replies] Last: I'd say, rather something like Object::SetMovement(Vector offset, int... (by hanst99)
March 2011 Pages: 1... 7891011... 52
  Archived months: [feb2011] [apr2011]

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