Beginners (Page 7)

by mcm96
Linux causing a problem
 
We ported from UNIX to LINUX and one of our programs has stopped working as expected. the problem a...
[1 reply] : I suspect it is a locale problem. Linux systems are typically more cor... (by Duoas)
I need help with a Assembly code. I know this is a C++ forum, but if anyone can help me I would very much appreciate it.
 
I complied this code, but there is an error message indicating there is a problem with the code. Ple...
[6 replies] Last: Hey thanks guys, Sorry for the late reply. Anyways, a thanks to Chervi... (by Dave Jones)
help beginner
 
i have some cpp and hpp that download from a book. However, i do not know how can make it link and w...
[7 replies] Last: thanks, i have find the place for the include directory and it works.... (by huang11404)
by Razar1
whats in the array
 
Write your question here. greetings all first time here. some code submitted recently part there...
[1 reply] : numArray stores values of type bool (true or false) line 5 just does a... (by MiiNiPaa)
some matter about cin
 
i'm trying initializing two vector<int> with the ""while(cin >> num)"" loop,the code as you see. bu...
[6 replies] Last: But I don't think failure is a decent way terminate the loop (even th... (by Chervil)
Help C++ dynamic programming
 
Hi guys, I'm working at a project about a popular italian game, but I've got any problem in the code...
[4 replies] Last: Linker combines binary code "object files" into the executable. It ma... (by keskiverto)
want to play again?
 
I made a text based game where the player tries to guess a pre set number. That works fine. At the e...
[3 replies] Last: Also single quotes (char). (by agnophilo)
by nxs
client/server problem
 
Hi everyone. Sorry for my English... So I am writing a client/server program and I would like to se...
[no replies]
Uninitialized Local Variable within Case block.
 
Hi again, I am having problems with my case block. Within it is a variable called userChoice. This v...
[1 reply] : line 11 is supposed to be before switch (by coder777)
MPIR installation help
 
Hello I am trying to install MPIR on my computer for the past 2 days. I am using windows7 + codebl...
[no replies]
hello from serviceproz
 
Hello everyone, I was exploring this forum from a long time, I found this forum interesting so I jo...
[2 replies] Last: thanks for showing interest. (by serviceproz)
string random [emergency]
 
help me how we use a string random in c++?
[1 reply] : tell more about what you're trying to achieve (by coder777)
Overloading
 
I am positive I did this right but I can't figure out why when I compile I am getting a weird error....
[6 replies] Last: Yeah your right I just meant the prototype and definition header didn'... (by Yanson)
Output Data from Input.txt to Output.txt
 
Say I have input.txt, which looks like this: 8 7 6 5 4 and output.txt, which looks like th...
[1 reply] : Read both input and output file, then save everything to output. Somet... (by MiiNiPaa)
Being able to type int or char
 
I'm currently writing a program that will half simulate a modified version of poker. I am in a very ...
[5 replies] Last: Thank you, this did end up working. (by dunnmifflsys)
Replacement for system("cls")
 
What is a replacement for system("cls")? I want to clear the screen and start at back at the top of...
[2 replies] Last: http://www.cplusplus.com/articles/4z18T05o/ (by Daleth)
need help with c++ program please
 
the program is suppose to calculate the mpg of 10 vehicles, and then average the total mpg for all 1...
[9 replies] Last: sorry if its already been suggested. . . just trying to help out (by TECKSPEED)
Multidimensional array complies but fails to run
 
#include <iostream> using namespace std; void arrays(string location ); string location ; ...
[1 reply] : Fix: Your an idiot (this is how i expected you guys to reply to me). C... (by TheGingerKid)
Sdl_surface arrays
 
I would like to know how to create an array of sdl surfaces. I've heard that its possible, but I'm n...
[1 reply] : SDL_Surface* surfaces[ 2 ]; surfaces[ 0 ] = SDL_LoadBMP( "surface1.... (by Fransje)
Function calling
 
How do you call a function?
[15 replies] Last: Ok, let's just try to explain this one step at a time. The simplest ... (by Austin J)
Pages: 1... 56789... 135
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.