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 the .exe or .com. I am so far passed vectors, graphs, ...
Feb 8, 2008 at 10:08am
[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 have figured out everything except how to get the program to a...
Feb 8, 2008 at 8:53am
[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 1 I worte the code but getting the following outp...
Feb 8, 2008 at 6:23am
[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.
Feb 8, 2008 at 5:48am
[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 with first? What books do you guys reccomend I get first ...
Feb 8, 2008 at 3:04am
[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 ; strcpy(str, line.c_str()); printf("%s\n", str); ...
Feb 7, 2008 at 11:32pm
[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 language but I'm confused by the following piece of code: ...
Feb 7, 2008 at 5:12pm
[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, but I just can't figure it out. One minute my code was workin...
Feb 7, 2008 at 7:19am
[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 myself between a beginner and intermediate but this i feel ...
Feb 7, 2008 at 6:38am
[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. I'm wondering which one of these languages will be the best...
Feb 6, 2008 at 9:50pm
[no replies]
first C++ program
this is my first program,simple calculator but has helped me with a fair bit of understanding. Is there anyway to optimize it to make it smaller, the release si...
Feb 6, 2008 at 4:37pm
[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 errors but does not display "TEST" as it should. Am I missing ...
Feb 6, 2008 at 3:21pm
[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 in regards to not using atoi. I don't like mixing C with C+...
Feb 6, 2008 at 2:48pm
[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 usus a special system to calculate the price for customer. ...
Feb 6, 2008 at 6:56am
[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 values?
Feb 6, 2008 at 6:36am
[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 numbers. sample dialog: enter a number: tower of nu...
Feb 6, 2008 at 6:36am
[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 cannot be the same) from a user and compute the highest and...
Feb 6, 2008 at 6:18am
[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 calculate y for values of x ranging between 1 and 5 and values...
Feb 6, 2008 at 6:09am
[no replies]
C++
#include<iostream> using namespace std; int main() { int m,d,y,mt,dt,yt; cout<<"Please enter your birthday in numerical form: "; cin>>m>>d>>y; ...
Feb 6, 2008 at 5:28am
[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 classes over Summer and I got to "Advanced C++" >.>. Basical...
Feb 6, 2008 at 4:57am
[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.
Registered users can post in this forum.