cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : Beginners
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Articles
Lounge
Jobs

-

Beginners

news Welcome -- read before posting! closed by admin
Welcome to the beginner's forum in C++.com! In this forum, users can to talk about any topic rela...
[2 replies] Last: How To Answer Questions in a Helpful Way Be gentle. Problem-... (by admin)
default Changing interface with c++ by mosdapwn
I need a few tips for messing around with the default interface in c++ consoles, I know it's kind o...
[2 replies] Last: Your best bet is Curses . If you are using *nix, check out [b... (by Duoas)
default What's wrong with this class? by zachlr
I'm currently learning about classes, and I'm trying to make a simple program to create, and show in...
[13 replies] Last: Ok, never mind. I used using std::string, but didn't realize I also n... (by zachlr)
question Confused on creating a text.file by gem925
//I am having trouble with the bottom half of this program creating text files for the numbers and w...
[3 replies] Last: This is the whole assignment listed below it the last part where I am ... (by gem925)
question C++ API documentation in html by zhemnic
Hi All, I'm a new student to the c++ language, I have been using java to do all my programming. I...
[1 reply] : There is not unfortunately. Your best bet is to start at http://www.c... (by Zaita)
default hi I want to ask an inportant question by ookhalidoo
hi I am graduate computer scince I stuudyed c++ in the college but now I want to improve my...
[12 replies] Last: Enixi0s: :D Maan: jsmith is right, we aren't here to do everyones h... (by Zaita)
question In search of strings by Lief Webster
I've been working my way through a beginning C++ book and have been rather frustrated with the lack ...
[3 replies] Last: The size_t is an old C type that basically means "some potentia... (by Duoas)
default Passing arrays as function parameters by Repentinus
Well, I have always had problems with arrays and functions together. #include <iostream> ...
[1 reply] : I'm still not sure exactly what you are doing. Your Compare fun... (by Duoas)
default dissagreement with compiler! by Darth Crucias
i'm trying to learn to write programs. i have gotten borland c++ 5.02 to use as a compiler, and i fi...
[7 replies] Last: You're compiling for the wrong language. Fix your cout back to ... (by Duoas)
question Struggling with end of array for program by gem925
Add code to read 5 words from the Console (user input). Store these values into an array of string ...
[4 replies] Last: Thank you so much for your help I just wish the book would show exampl... (by gem925)
default Console window shuts down instantly by mac173
I am just beginning to try to teach myself programming. I have the Borland Turbo C++ compiler. M...
[4 replies] Last: Arrgh. http://www.cplusplus.com/forum/beginner/1865/#msg6775 (by Duoas)
question MORE file I/O troubles by fonzie
This program runs fine, but when I go in my files to find "database_file.txt" I can't find it anywhe...
[1 reply] : You are cout int the data instead of CustomerFile ing it, ... (by Duoas)
default Char for switch case by Cbas
I've got a code which allows people to change values, of the machines. It works if they input a, how...
[3 replies] Last: The problem might be because if you enter 'A' you get a random value i... (by Duoas)
default output to Excel by Cbas
I've been reading all the information on outputting files, however, I still cant output my array to ...
[2 replies] Last: Crud. I just re-read your first post and realized that you are trying ... (by Duoas)
default i just want to ask by valrecx
I am beginner in C++, I just want to ask, I don't know how to do an automatic saved program. Example...
[1 reply] : The usual method is to keep a little data file (a simple text file wou... (by Duoas)
question pulling an array from a function by Cbas
The function i've made creates an array. How do i access this array in the main area? Thank you Duo...
[1 reply] : If it is a local variable, you can't; it is destroyed wh... (by Duoas)
default error: acces violation by poema
Guys, I've a little problem with a little program and I can't figure out what the problem is and ...
[1 reply] : Line 14 and 19 are the problem(s). in line 14 - char* copy=NULL... (by guestgulkan)
default stil got problem on this assignment due saturday midnight by jrock
Write a class named Employee that has the following member variables: • name. A string that ho...
[4 replies] Last: im still having trouble jsmith can you use my program what i need to u... (by jrock)
default cant understand this program can someone work this out so i can see it by jrock
Write a class named Employee that has the following member variables: • name. A string that hol...
[2 replies] Last: my teacher went over this in class for 15 minutes and i really have tr... (by jrock)
default dont understand can someone work this one out so i can understand due tonite by jrock
Write a class named Employee that has the following member variables: • name. A string that hol...
[3 replies] Last: really to this point im really lost.. can you use my program and add w... (by jrock)
default Binary Trees! :-O (what level is node on) by ardeth32
Hey guys. I have a project due in 2 weeks, so I have a little bit of time - but I have a lot of wor...
[2 replies] Last: Thanks - I am still a little confused though. Here is my inorder fuct... (by ardeth32)
default pointers and arrays! by burnout
so, im understanding pointers. Although i do hate them ha ha so confusing. I was struggling with th...
[1 reply] : Here is a hint: // Given: int array[ 10 ]; // The follo... (by jsmith)
question Not understanding string array & do while loop together by gem925
This is a project that I currently working on this is where I am struggling trying to put this toget...
[no replies]
question A few basic STL Problems by Oubliez
Hi everyone. I'm working on an assignment for my CS class and I'm having a few issues coming up wit...
[2 replies] Last: Thanks, that helped tremendously. (by Oubliez)
default reading a file into a program with a class by cannsyl
ok for whatever reason I can't get anything to work properly. All the tutors at my university have ...
[5 replies] Last: Ok here is the problem. I can't get the file to read in it says it is... (by cannsyl)
question Files! by StealthOp1217
can anyone tell me how to open a file, create a file, and write to a file. And please dont send me ...
[1 reply] : Why not read the tutorial? http://www.cplusplus.com/doc/tutorial... (by Grey Wolf)
news Problem with function by Sketchy Ninja
When i run the program through all of the formulas work but if i dont hit the right number to goto t...
[1 reply] : That works, i just didn't add that repeat thing at the end. Hope I hel... (by PoliticalDestruction)
default Why is this undefined. by yor1001
I have a project that I am working on and I am forced to use forward declaration, but member variabl...
[4 replies] Last: Rofl I went to bed and had a dream about doing the same thing, now it ... (by yor1001)
default Ideas on beginner projects? by Dirtrider
I've read through some tutorials and have a pretty firm grasp on the basic concepts.(The tutorials o...
[10 replies] Last: helow guyzz.. Can some one help me to understand more devc++..I'm act... (by brenda)
default .......... closed by KUGIRL
...................
[10 replies] Last: Hi KUGIRL, Y U have Edited to ur post to ........ :-O (by DiptenduDas)
default leading zero by Alogo
Is there any way I can cin >> x; a number from 0 to 99 but have the single digits numbe...
[2 replies] Last: Thank you I was wondering why it was crashing. To answer your question... (by Alogo)
Pages: [1] [2] [3] ... [16]   Archived months: [mar2008]

Registered users can post in this forum.
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? - contact us