Beginners (Page 66)

A few problems with a simple program.
 
...
[2 replies] Last: ... (by haykography)
by giblit
Template problem
 
Okay so what exactly am I doing wrong here? //inside class template<class T> const double power...
[2 replies] Last: still new to c++ I had no idea you could overload functions like that ... (by giblit)
by ryanz
Function Overloading & Array Problem
 
Hi guys, I'm fairly new to C++ (Just started a couple weeks ago) and I've run into much trouble with...
[10 replies] Last: Got it!!! Thank you sir you have been great help to me tonight! I appr... (by ryanz)
help with using datafiles in arrays (1,2)
 
I am so confused on how I am supposed to write this program. The datafile "scores.dat" contains 1000...
[33 replies] Last: Congratulation. You did what everyone expect of you: stop asking to do... (by MiiNiPaa)
Array() function help
 
The program I am trying to write but am very confused on how to do needs to generate 10000 random nu...
[7 replies] Last: using namespace std; is a bad practice in C++ If you want to continu... (by MiiNiPaa)
Opening a file... yes i know..
 
Worn topic but still. My program complies without error, but when I run it, my check statement retur...
[6 replies] Last: From Zhuge: Especially in cases where you are using an IDE, it can be... (by Alrededor)
why is my output data wrong?
 
my program should output the following data: Tom Jones has 3 home runs and 5 hits. Tommy Lee h...
[1 reply] : This code is incorrect, you declare a playerStates object named tempSt... (by Yanson)
Arrays
 
Ok I'm stuck. I'm suppose to make a program using arrays. I've finished half the program, however, a...
[1 reply] : cld u give the full code (by cyberdude)
help!!
 
need some help this is my program so far and below is the what it is suppost to do. thanks for an...
[10 replies] Last: Thanks! (by cmiller9732)
Void Functions
 
I need help writing a program that asks the user for an integer, then should call a void function, p...
[7 replies] Last: Very nice! looks good another way to do it would be to just print it r... (by Zereo)
Vector help
 
This program that I am confused on is supposed to use a vector of integers to keep up with rolls of ...
[2 replies] Last: I got it. #include <iostream> #include <vector> #include <stdlib.... (by Cluterbug)
Arrray simple program
 
My Array Program that is really simple will not work. It comes out with just one number. I also keep...
[3 replies] Last: Thanks, it worked (by Inficard)
by nass
quick help.
 
Hi, I wrote this code and I want it to find if all number were positive or negative or mixture? + I...
[9 replies] Last: Try this #include<iostream> using std::cout; using std::cin; using s... (by eyenrique)
Help me convert this to object oriented
 
All, I'm having a hard time to convert this to object oriented code. Please don't give me the ans...
[no replies]
How to use an arrray with vectors and structs?
 
I am making a song player simulator program. Right now i am just trying to get the playlist to show ...
[3 replies] Last: Here is an example #include <iostream> #include <vector> #include <s... (by Yanson)
SDL Lazyfoo help..
 
I was going through Lazyfoo's tutorial, (lazyfoo.net/SDL_tutorials/lesson01/index2.php) and my sdl w...
[1 reply] : Did you try specifying the full path to hello.bmp? (by shacktar)
Robot Help
 
Here is my code. #include <iostream> #include <string> using namespace std; string ...
[7 replies] Last: http://www.cplusplus.com/reference/istream/istream/ignore/ something l... (by giblit)
by ccwhat
may i ask the differences btwn int* x[3]; and int (*x)[3];
 
like the title said. why the parentheses may i ask? :)
[2 replies] Last: thanks a lot, zhuge :D (by ccwhat)
Using a file inside a function
 
I need to use an input(and later an output) file inside a function. I am writing this according to t...
[11 replies] Last: Nps :) (by Zaita)
by Ch1156
Problem with text game
 
My text game is not working correctly, the first thing is that I load the game and it loads the ammo...
[1 reply] : I'd suggest adding some more debug cout statements to track your logic... (by Zaita)
Pages: 1... 6465666768... 133
  Archived months: [mar2013]

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