Beginners - February 2008 (Page 8)

programs
 
i wanted 2 know what i kind of programs i can do so far and where can i get that compiler that makes...
[no replies]
Beginners While loop help needed
 
Hello, I am trying to write a program with while loops to add up a number of even/odd numbers. I ha...
[8 replies] Last: Thanks so much! (by spyder1)
Pattern issue
 
need help in getting the following pattern 123454321 1234 4321 123 321 12 21 ...
[1 reply] : #include <iostream> using namespace std; int main() { int... (by sperva)
by rymhin
anyone can help me with this problem?
 
I'm using the dev-C++ compiler, and I want to know how to make it executable? like exe.
[3 replies] Last: If you send the executable, assuming you don't have any required DLLs,... (by sperva)
Totally new.
 
I've never done any of this before and I want to start. Does it matter what language I start out ...
[6 replies] Last: I'm pretty sure you would want to start with the first volume. Unfo... (by sperva)
char* gets mangled when push_back'd
 
char* cFileIO::readStringFromFile() { string line; getline(*readFile, line); char str ...
[1 reply] : Sorry, double post. (by kerzack)
by Tehab
New to C++: Syntax Question
 
Hi, I'm a student working on a project that uses someone's old C++ code. I know the basics of the l...
[2 replies] Last: Thanks for the advice, the poor code was my fault in trying to simplif... (by Tehab)
by eystri
uninitialized local variable - help?
 
I'm very new at C++ and I feel a bit (a LOT) out of my depth. I'm sure my problem is very obvious, b...
[1 reply] : Aaand, I figured it out. It turns out I'm just clueless and mixed up t... (by eystri)
error C2143: missing ';' when i shouldn't have one
 
Hi, been lurking for a while and had an issue so i thought i might make my first post. I would gauge...
[2 replies] Last: There was indeed a problem with general.h. Just on a whim instead of l... (by CramerFish)
Which language is better C++ or C#
 
Could somebody tell me which one of these is better: C++ or C#. Tell me the PROS and CONS of each. ...
[no replies]
first C++ program
 
this is my first program,simple calculator but has helped me with a fair bit of understanding. Is th...
[2 replies] Last: this is my calculator: it does addition, subtractio, division and m... (by novic3programmer)
Cout Does Not Display
 
Please bear with me; I'm new to C++ and the Linux environment. My simple program compiles without er...
[4 replies] Last: Hotaru, you are right =) I should've used ./ test Thank you very m... (by unclefester)
C to C++ Program Options
 
Hello I have this code I've been working on and I was wondering if anyone had any suggestions for me...
[1 reply] : google stringstreams; they can let you convert strings to int and vic... (by chadder06)
by ipsian
Need a help... please
 
im tried to settle this problem but have 1 error.. the Q the ABC Company is small loundry that...
[1 reply] : look carefully, there is a floating if else block not inside any funct... (by a n chatterjee)
by Hotaru
using argv
 
I want my program to receive a int on the command line, 1-9999. How do I check argv against specific...
[1 reply] : Hope the following piece of minimal code helps -- there should be enou... (by muzhogg)
NEED HELP!!!!
 
Can you help me write a C++ Program which allow the user to input a number of rows for the tower of ...
[1 reply] : for(int r = 1 ; r <=5; r++) { int v = r; cout << r; for(... (by a n chatterjee)
by Cito88
My first C++ Prog
 
well im not new to programming(java) but new to c++ i need this program to read 3 integers ( they...
[4 replies] Last: look, there are certain issues in your program: 1. None of your var... (by a n chatterjee)
E#6
 
write a program that calculates and displays values for y when y=xz/(x-z) your program should ca...
[no replies]
C++
 
#include<iostream> using namespace std; int main() { int m,d,y,mt,dt,yt; cout<<"Please en...
[no replies]
by Raxis
Help on where to start again
 
Hello, Well I am new to this site but use to refer to it for C++ things during a class. I took 2 ...
[no replies]
February 2008 Pages: 1... 678910
  Archived months: [jan2008] [mar2008]

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