Beginners - September 2008 (Page 5)

sorted and shuffled vectors
 
hi i"m new to c++ and became a program to insert some stuff. there is a class called Cluster thos...
[2 replies] Last: thanks a lot. i'll try this out and see how far i can get. (by kohline)
I get about 100 errors when i compile this program
 
#include <iostream> #include "rational.h" using namespace std; #ifndef MIXEDNUMBER #defin...
[1 reply] : I think it would be best if you posted the errors, or at least used an... (by helios)
Ok. I don't understand why this quits!
 
I am writing a program just for fun, that you have to know the word "pi" in order to be able to clos...
[5 replies] Last: Thank you! The Sleep formula is quite helpful! And yes that would make... (by spy4hearts)
Strange thing whit for loop...
 
There is the strangest thing happening on this piece of code... #include <iostream> #include <v...
[2 replies] Last: Oooh. Thanks I made to variables one for the push_back and another for... (by ccsdude)
Bizarre problem with goto and do/while loop
 
This is an extract from my code: Test: cout<<endl; cout<<" Enter the Host Team : "<<endl...
[1 reply] : It's reading the newline from when you type "Y" and press ENTER. You ... (by jsmith)
Writing a card program without arrays?
 
Hey everyone, So looking through my book and going over some exercises to prepare me for the next...
[8 replies] Last: What exactly is in your case the definition of an array? Is a string a... (by jmc)
paint program etc
 
Okay I've just on started learning java programming.. i know this forum isnt about java.... anyway a...
[5 replies] Last: As I said you can make (almost) everything with C++. Almost? You... (by Zaita)
timer/counter
 
hi, i want to use a timer in my program that you can set on a certain time and that it wil count ...
[1 reply] : Timers are not 100% accurate. But should be sufficient for millisecond... (by Zaita)
looking for 2 things
 
I am looking for complete solutions of programs that a beginner can learn from. Where/how can I find...
[1 reply] : This forum have a very comprehensive tutorial section: http://www.cplu... (by LacViet)
Problems running the Debug in C++
 
Hello Everyone! I'd appreciate any help anyone can give me in this very frustrating problem I'm h...
[15 replies] Last: What Screenshots? I still don't quite understand why it works now, bu... (by closed account zvMoizwU)
Maps
 
I am writing a program that reads in from a txt file using cin NOT fstream, assignment guidelines. I...
[no replies]
error C1010: unexpected end of file while looking for precompiled header.
 
Hello!I tried out a program on constructors in VC++ 2008 Express Edition and Turbo C++.On compilatio...
[4 replies] Last: Oh! Thanks a lot! It worked!!! (by paushali)
How BOOL works?
 
Can anyone explain how the bool data type works? Please include a sample program (just a simple on...
[4 replies] Last: Thanks! I understand it now... (by ponki d monkey)
by anhi
C++ compiler
 
Hi there.Tell me please which compiler should I install for practising c++.I'm novice in this resp...
[3 replies] Last: 1. Microsoft Visual Studio 6.0 2. Carbide C++ 12/1.3 (by dudhaniss)
by ike
Block code
 
Greeting I have not yet understood how to use block code, can someone help me with this one? I al...
[5 replies] Last: Since when do we answer users' questions? This should be asked in the... (by helios)
Reading a CSV file
 
Hi All, i am a novice just learning c++. I am trying to automate a email response time, for whic...
[1 reply] : Hi, just thought my Q might not be comprehensive, hence updating it ... (by John2416)
finding e to the power of a value
 
I am in a hole here, I guess this is more of a basic math question more than anything, but I have a ...
[4 replies] Last: e has a value (from wikipedia e = 2.71828182845904523536, to 20 decima... (by thalo)
What do you do to prevent 1/0?
 
Hi guys. Just a general question, what do you guys normally do to prevent 1/0? I am writting a calcu...
[9 replies] Last: #define ZERO 1e-10 #define isZero(A) ( (A < ZERO) && (A > -ZERO)... (by Zaita)
never use globals?
 
I was reading some old threads about extern keyword and found "never use globals, unless their const...
[5 replies] Last: I dont understand whats wrong with globals and how to avoid them. Sho... (by Zaita)
A strange output using arrays
 
I am currently required for my laboratory to write a program that will convert a base 10 integer to ...
[1 reply] : I don't see how any of this will help you convert a number to a differ... (by helios)
September 2008 Pages: 1... 34567... 16
  Archived months: [aug2008] [oct2008]

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