Beginners (Page 109)

New! Join the C++ community on Google+
No source file named /home/david/etc... error
 
I just finished making the compiler happy on a console project and went to run the program, but ther...
[2 replies] Last: Thank you so much. Initializing the double pointers made the weird er... (by davetep)
Psychic missile, seeking object
 
Hey everyone, I'm trying to make a missile of sorts to detect where an object is going and then itse...
[5 replies] Last: Thanks guys. Not sure i can get it to work, but at least i know where ... (by Yihawesome)
Finding the N-th(next) Prime number
 
How to make the program run properly?? #include<cstdlib> #include<iostream> #include<cmath> #i...
[3 replies] Last: I thought the OP ment to look for the next prime number that he entere... (by nixer526)
Vote or Not
 
Q.Enter the name,nationality and age of a Person.If the age is greater than 18 and Nationality is In...
[2 replies] Last: Looked pretty good for the most part- just don't forget the difference... (by barrelroll)
warning C4553: '=='
 
MyLife Me; index == myList.searchList(Me); confused on whats wrong ? :/
[15 replies] Last: and what type of it? is it an int ? (by chipp)
return array function in C#
 
Can you guys tell me what I'm making mistake I want to display output as Enter the number : 4 Fact...
[no replies]
Program does not take in the value the user input
 
The program is not taking in the value the user input for 1 of the attribute. #ifndef SQUARE_H ...
[4 replies] Last: Okay! I get it now. Thanks nixer526 for the explaination :) (by hydra89)
If statement not working
 
Hello guys I am a little bit confused on if statements. I am creating a simple program that sorts...
[1 reply] : check your assignment versus equality operator. (by pogrady)
by dkjdod
Help with reading from file.
 
I need to make a function continue to read 3 pieces of data from the file each loop until it gets to...
[1 reply] : std::ifstream infile( datafile ) ; double a, b, c ; while( infile >> ... (by JLBorges)
error in code--need help fixing
 
Here's my code and the error I'm getting: 1 #include<iostream> 2 #include "Weapon.h" 3 using...
[1 reply] : get_stamina_required WHat is that? Is it an int? A double? A char? ... (by Moschops)
by WhiteG
Opening websites
 
I want to make a program that opens one link (ex.www.yahoo.com) then waits 1 min and then opens a di...
[2 replies] Last: open an url then open another one after 1 min (by WhiteG)
Number of Days since you were born
 
Hi guys!! Happy Halloween, am still struggling with some C++ problems. How can one Create a functi...
[6 replies] Last: tHANKS (by princesslumy)
by Vy C
This else if not working
 
Hello all, I have to convert y and z to a and b. Same with the uppercase values. My code doesn't...
[3 replies] Last: Just make the operators all ||. else if(value == 'y' || value == '... (by AbstractionAnon)
else/ if statements help
 
assuming everything else works...i'm having trouble with the output...the if else statements are dri...
[3 replies] Last: Thank you Stewbond! i know the question was trivial but the if els... (by s123456)
Looking for Help: fstream objects, .getline(), and strings
 
Hi guys, I'm having a bit of an issue. I'll just show you my code. const string EQUAL40 = str...
[4 replies] Last: Both fstream and iostream are included. Sorry, I should have been mo... (by kuriolis)
Need help - map elements
 
I can't seem to find why my code doesn't compile. If someone can take a look at it and help me corre...
[3 replies] Last: Alright thanks that solved my problem. (by foodyore)
My code cannot read what's in the file
 
When I open the file in my code, it does not seem to be able to read anything that's in it. I used ...
[no replies]
how are ADTs useful?
 
I am a total beginner at C++ and I recently came across ADTs in polymorphism. Now, to professional p...
[2 replies] Last: ohhh so it makes things easier? (by MinwooJu)
Reading data from a text file into arrays
 
The program I'm working on is reading the data from a text file, and is supposed to read them into t...
[no replies]
by noo1
Calculate Stock Value using an inline function
 
I am soooo lost. Please help me. I have to write a program which uses an inline function calculate...
[6 replies] Last: Thank you both so very much!!! (by noo1)
Pages: 1... 107108109110111... 113
  Archived months: [oct2012]

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