Beginners - March 2009 (Page 2)

by MatieA
Do while loop problem
 
I made this for class, and my do while statement is not functioning properly. Could someone please ...
[8 replies] Last: I recieved a 19 out of 20 points, thanks for the input everyone!! BTW... (by MatieA)
Exam Prep Question
 
Hi all... i've been given the following prep question (20 Marks): //START Background: Your wor...
[11 replies] Last: The read method you have defined in your mutant_info class is not a co... (by jRaskell)
by masiht
using arrays
 
Hello, I am learning how to use arrays in different ways.Can anyone please tell me what is wrong wi...
[7 replies] Last: Thanks ! What should I do to enter the data in this program without s... (by masiht)
count how many times elements in an array are repeated
 
Hello! I want to know how I can count how many times elements are repeated in an array. This is what...
[5 replies] Last: "Thanks for the help. I want to know if there's another way to count t... (by kempofighter)
2 dimentional array-airplane seating
 
After user choose ticket type(first class, business, or economy) and desired seat, for example row 2...
[3 replies] Last: Thank you Gumbercules. I have changed my program according to your sug... (by yingkang)
Quicksort Algorithm
 
Having struggled to follow the recursive calls to quicksort and partition I have modified the code t...
[no replies]
by nmy
error system and argument
 
hi everybody, I begin to learn c++, I try to make a code to download recursively file in ftp with...
[no replies]
call of overloaded is ambiguous
 
I'm getting this error message from my compiler: call of overloaded `hypot(double&, double&)' is...
[2 replies] Last: Yeah worked great, thanks. (by mcleano)
If-Else Statement
 
Hi guys, trying to sort out this code, i have to get the program to check whether input is UPPER cas...
[5 replies] Last: it means and, so if both letter >= 'a' is true and letter <= 'z' is tr... (by Gumbercules)
how to generate 500 random numbers?(independent&uniform&between 0 to 1)
 
Hi all, I found a code in the forum, but i don't know if the number produced are uniform and indepe...
[1 reply] : Your code has the same guarantees as rand(). Uniform? Yes. Independ... (by jsmith)
using function pointers and polymorphism
 
I'm trying to create a state machine; I have a base class State, and another class T that inherits ...
[10 replies] Last: Might I suggest using boost::function and boost::bind to solve this pr... (by jsmith)
using If statements
 
Hey there guys, im new to the forum and new to the c++ language or any programming language for that...
[2 replies] Last: Your code: #include <iostream> using namespace std; int main () ... (by closed account z05DSL3A)
by komati
Amuture programmer
 
Hey, I am new at C++ and I find those codes you put up to be very copmlicated. I am confused by t...
[6 replies] Last: don't get it. ohw, ja I didn't understand the concept of Prototyping. ... (by komati)
SYSTEM() Arguments.
 
SYSTEM() Arguments. String parameter within single quote. system("FIND.EXE "SATA" COMPUTER.T...
[1 reply] : Try: system("FIND.EXE \"SATA\" COMPUTER.TXT") (by closed account z05DSL3A)
Vectors?
 
I'm in geometry and have been studying vectors. But how do they work in C++ and what would I use the...
[5 replies] Last: There is a good reference part on this site: http://www.cplusplus.com/... (by Bazzy)
ARGH! Allegro
 
I need to find a way to get allegro to work on DevC++ on Windows.My programs are saved in the Dev-C+...
[2 replies] Last: C:\Dev-Cpp\include\allegro\include this it? (by closed account EzyAC542)
Binary number
 
well...I have just read a book of programming which mentions things about binary number, and as I pr...
[2 replies] Last: I am still a noob and hope you guys are willing to help me in the futu... (by kenryuakuma)
by jzackt
problem with pointers in my function
 
I'm pretty new to C and it seems like the only thing that is breaking my code is my lack of knowledg...
[2 replies] Last: yea im getting compiler errors and warnings. I'm trying to figure out... (by jzackt)
cin.ignore cin.get
 
Hello people, Can you guys please tell me what the difference is between cin.get and cin.ignor...
[12 replies] Last: Ok I get it. Thanks for all the help :D (by Vorbis5)
B-Tree degree 5
 
I have to answer the following question as part of an assignment and I am not sure what the question...
[4 replies] Last: Hi Jsmith, thank you for getting back to me once again, I was wonderin... (by jpmcfly)
March 2009 Pages: 1234... 29
  Archived months: [feb2009] [apr2009]

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