Beginners
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
by gem925 |
| This is a project that I currently working on this is where I am struggling trying to put this toget... | |
| [no replies] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
by KUGIRL |
| ................... | |
| [10 replies] Last: Hi KUGIRL, Y U have Edited to ur post to ........ :-O (by DiptenduDas) |
|
|
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) |
Registered users can post in this forum.
