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 new problem has aroused. Everything works perfectly fine on...
[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 describe my why -----> (where problem is) #include<conio....
[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't know what's the problem in my code because it's not even ...
[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 and suggestions. I tried to write a loop that reads strings...
[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 is intereted just give me his skype. (i can not upload im...
[no replies]
linking floating point number
 
I was just reading structures in a book and found the following code #include <stdio.h> void linkfloat(); int main() { struct book { char name ; float price ;...
[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 some has about them. So is important about c++,or just know...
[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 durability and power consumption of various bulbs like Sodium vapor, ...
[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 downloaded a source file from the tutorial's web site, and som...
[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_structure/. Very basic to begin with, or so I thought. I've download...
[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() { int a = 5; return a; } int* bcd() { int a = 5; return...
[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 numbers will he enter, then he enters the numbers in one line ...
[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; }; triple foo; How do I access foo.x, foo.y, foo.z without ...
[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 you to find a word from what was inputted and change it to so...
[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 should change or add thank you 1. Effective January 1s...
[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 email. I'll get up to 20 bonus points if I go the extra mil...
[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 records and retrieve it even after the program is closed. #in...
[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 This isn't the whole code, it's just some parts I picked. ...
[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 unknown error. #include "stdafx.h" #include "iostream" #...
[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.