Beginners - September 2009 (Page 9)

Rounding Numbers Up or Down
 
I'm having trouble with this program that I need to round these values either to zero or 2.375 depen...
[1 reply] : Rounding Algorithms http://www.cplusplus.com/forum/articles/3638/ ... (by Duthomhas)
first program
 
#include <conio.h>//need for getch and putch void startup() int main() { startup(); ...
[3 replies] Last: He's programming using one of Borland's old C++ compilers. Oh, wa... (by Duthomhas)
Line Class Malfunction
 
Hi there. I'm programming this project called 'Canvas', in which I'm practicing and implementing Cla...
[5 replies] Last: thanx! I'll give it a try and let you know! (by Alkaselzer)
by motd
is this wrong void main()
 
i see you always write this int main (void) or int main() { return 0 } ________________...
[2 replies] Last: thanksssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss you... (by motd)
Loop inside a switch
 
Hello all, I'm trying to make a switch case that repeats itself if it ends with default. i.e. ...
[10 replies] Last: Thanks again firedraco. I have music composed too, but I'm saving that... (by DeadH34d)
Advice
 
Is there any advice you guys would give to a begginner in C++? anything at all would be of great hel...
[2 replies] Last: PLEASE study C++ design. Program flow and design are as important for ... (by closed account S6k9GNh0)
open file and sorting
 
I want to open a .txt file, then sorting the first 100 characters. Here is my code #include <iostr...
[3 replies] Last: If you read some text from your text file (getline (file, line);) then... (by screw)
Whats wrong with my Switch Statement?
 
Basically I have this calculator program, and its going very well except one problem when using a sw...
[4 replies] Last: Yup thanks, any constructive critisim will be implemented. (by arcadiu)
Math equation parsing
 
Hello guys.I need your helps. I want to solve equation with file stream. For Example: 3x+5=9x-2 Ho...
[3 replies] Last: Thanx for post. Yes thats quite hard. I don't want to solve Quadratic ... (by areyoupp)
play raw .wav files with playsound()
 
Hey! I wanted to ask, is it possible to use PlaySound() function with somehow stored in an integer ...
[no replies]
Checking for an integer?
 
How can I check to see if the user has input an integer value? I want to be able to display a messag...
[2 replies] Last: See this article: http://www.cplusplus.com/forum/articles/6046/ (by Bazzy)
by ellysa
error in queue circular using link list
 
this is the code... #include <iostream.h> #include <stdlib.h> #include <conio.h> // Queue im...
[no replies]
by Soko
Two infinite loops that shouldn't be
 
Hello! I am working on a couple of class problems. The first is to create a program to convert f...
[9 replies] Last: For a simple problem like this, it wouldn't really matter. Personally ... (by Soko)
Compiler
 
Any reccomendations on a good compiler to use for a beginner any help or advice you guys could offer...
[4 replies] Last: thanks alot for help guysi picked up the dev-c++ you talked about. (by TheNetherHero)
by Keki
Error C2143
 
error C2143: syntax error : missing ';' before '<<' I am getting this error on my project, checke...
[6 replies] Last: Wow!!! So it it can be that it is missing or that it is not needed...... (by Keki)
member functions
 
If you have a member function, then I now see one of two possibilities: If it returns values, the...
[3 replies] Last: Reading carefully some times I think to get something... If it re... (by Bazzy)
solved
 
solved
[3 replies] Last: Notice you have a semicolon after the if( next == .... ) so syllableco... (by jsmith)
by luq
Checking for a process every split-second
 
Hi, I'm currently writing a program that needs to react when another program starts. So for exam...
[19 replies] Last: @Grey Wolf, Yeah, it worked out well! All timer function work, but ... (by luq)
by luq
ifstream open() with a variable
 
Hi, I'm currently trying to open a file which name (file.txt) is stored in a variable. But it doe...
[2 replies] Last: Thanks, it worked! (by luq)
by dan0
Undefined reference error
 
When I ran g++ practice.cpp -o practice I got an undefined reference error. To resolve the pro...
[6 replies] Last: @guestgulkan I unfortunately, overlooked your (compile but do not l... (by dan0)
September 2009 Pages: 1... 7891011... 23
  Archived months: [aug2009] [oct2009]

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