Beginners - October 2012 (Page 49)

How to run a program in another PC
 
How can I run my C++ program in my friend's PC without make him compile it?
[8 replies] Last: Normally the exe will be in a debug folder (by Pickle Gunner)
Game closing after killing one monster.
 
Hello, I am having a problem... I posted here before and got some help with my game, but now a whole...
[13 replies] Last: Here is another hint - you can build up the cout statements in parts -... (by TheIdeasMan)
problem in program :(
 
well in this program while i was debugging my cursor fly over two while statements can any one descr...
[3 replies] Last: well you both are true ,, helped me a lot thanks :D (by shahzaib1111)
Pancake Glutton help please
 
Hi everyone! I'm trying very hard to solve an exercise and I think I've found the way, but I don...
[8 replies] Last: you done it yet? (by devonrevenge)
by raypgf
How to use string as sentinels in while loop
 
Hello, everyone. This is my first time to post questions here. Thank you in advanced for any help an...
[5 replies] Last: One final thing - there should be no space between a variable name and... (by TheIdeasMan)
by skarla
SDL
 
I am learning SDL atm. Who wanna make a game with me? I need also some help if could. If someone ...
[no replies]
linking floating point number
 
I was just reading structures in a book and found the following code #include <stdio.h> void linkf...
[6 replies] Last: I find it strange that the function "linkfloat()" doesn't actually ge... (by Chervil)
by skarla
linked list
 
IMO linked list are the harderst part in c++. Also i searched in tutorial in the internet and only ...
[1 reply] : IMHO they are just beginner thing if you know algorithms and C++ basic... (by codewalker)
by purple
Conducting a study on various bulbs by Cesco Ltd.
 
5. Scenario/Introduction/Background Information : Cesco Ltd. conducting a study about the durabilit...
[3 replies] Last: @purple You are going to have to show some of your code, before you c... (by TheIdeasMan)
by Tosen
'SDL_main' : must return a value
 
I am fairly new to programming and am currently using a tutorial on how to perform ray casting. I do...
[3 replies] Last: On some platforms SDL defines main as SDL_main so that SDL can create ... (by Peter87)
Trouble Compiling 1st program
 
I'm trying to follow this site's guide for C++ at http://cplusplus.com/doc/tutorial/program_structur...
[12 replies] Last: Okay, thank you everyone - it's finally working. I took your advice,... (by maximumdarth)
Find example to prove function be error
 
As the title, I wonder if anyone can give examples to prove following functions be errors: int& abc...
[1 reply] : Homework questions are for YOU to figure out ;) (by closed account 3qX21hU5)
Array doesnt work right.
 
Hello. I am trying to learn arrays and one of my begginers project is that person enters how much nu...
[2 replies] Last: Thanks. Works great :) (by Sam5513)
Direct access to members of struct
 
I am new to C++ struct. Suppose I have a struct and a declaration: struct triple{ int x, y, z; }; ...
[3 replies] Last: While it's far too trivial to actually use in this case, you can use a... (by andywestken)
by Ch1156
What am i doing wrong?
 
Ok im making a program that allows you to open a text file in the cmd window, then it should allow y...
[12 replies] Last: bump (by Ch1156)
need suggestions and help plz
 
here the problem i wrote the coding and i would like to get some corrections or any advices that i s...
[1 reply] : First of all please enclose your code in the appropriate [ code] (C+... (by Moeljbcp)
Yes or No question in VS 2010 C++?
 
I'm taking a programming class and I have to write a program that asks for a username, password, and...
[2 replies] Last: @Askwer I would hope that printf() would lose marks when writing a C+... (by andywestken)
How to store entries once entered?
 
Im a beginner at C++ . And this is the project im asked to do. i wanna know how to store phone recor...
[1 reply] : Once a program has ended it's memory is wiped out so you will need to ... (by IceThatJaw)
I can't figure out how to fix this.
 
The problem is in 35, and 38. It says error: ISO C++ forbids comparison between pointer and integer...
[5 replies] Last: @Aramil thx, I didn't notice I had done that, I was copying and pastin... (by Perry Turner)
Game Making Help Part 2
 
I have progressed on my game. Part 1 of my forum post has been solved. But I've run into another u...
[8 replies] Last: Typo I'm sure. toupper(q1); should be: q1 = toupper(q1); Altho... (by cire)
October 2012 Pages: 1... 4748495051... 84
  Archived months: [sep2012] [nov2012]

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