Beginners - January 2008

C++ help for a beginner
 
I am VERY new to C++ and was wondering if someone could help me write this program. I am trying to ...
[3 replies] Last: hazda and chris thanks for all the help and explanations. I came up... (by mykel3227)
Search within lines/Count specific lines
 
An assignment I am currently doing for my class involves transcribing lines of a text file to anothe...
[4 replies] Last: Don't forget the case where comments span multiple line with /* */ a... (by mjf55)
How do I pause the program?
 
I was wondering if it is possible to make a program pause for a second or two. If so, how would I do...
[2 replies] Last: after you make a return statement, the fucntion is stopped, no matter ... (by a n chatterjee)
Compiling with Emacs
 
Well, i'm on Windows running Emacs 22.1. I've written a program, but i can't figure out how i'm sup...
[2 replies] Last: My professor wants me to use Emacs, and i haven't had a chance to burn... (by JeremiahGuy)
closed!
 
not question needed anymore
[4 replies] Last: skfsfs (by Kittyangel28)
Copy Constructor Help
 
I am having a real problem completely understand what a copy constructor is and how to write it. I u...
[1 reply] : I may have made a bit of progress but im unsure if its right. Check or... (by Midknight5)
Level of knowledge
 
Hi there, I would like to know how advanced will my knowledge of C++ be, when I would read throug...
[9 replies] Last: Actually, I started with C++ also because of PC games, also because I ... (by Oliwerko)
Text 2 Binary
 
I need to do something that is really simple in matlab, yet i can't do it in c++.... newbie. I am r...
[1 reply] : Open the file in a hex editor, and see if the numbers are in there at ... (by AzraelUK)
by inaked
HELPPPPP please
 
like i would like to make a hack fro a game i like to play n i was wondering how you would get codin...
[2 replies] Last: Of course, one way of getting help on the forum would be to not type l... (by AzraelUK)
Need help on a program
 
I have a simple program that I can not get to work. This is what I have so far: class testCla...
[3 replies] Last: We just learned about the 'const' keyword today in class with objects,... (by maingeek)
by Lion
help preaty please
 
I need to write a program to calculate and print the result of the folowing two operations: 1/1+1/2...
[1 reply] : The two operations would be the same. But anyway, this question was... (by AzraelUK)
Usage of set_new_handler
 
Hi, I have a piece of code that looks something like this. ***********************************...
[1 reply] : Well, you COULD just bash your * key before and after code... or you C... (by AzraelUK)
by Yoshi
about //cout
 
Hi I have one questions about //cout. What //cout is defference from cout? Please let me know....
[5 replies] Last: Hotaru san and Muzhogg san, Thanks your comments. I talked last ni... (by Yoshi)
by Lion
I need help please
 
I need to write a program to calculate and print the result of the folowing two operations: 1/1+1/2...
[2 replies] Last: Thanks Alex, it did not work but I delete .h and took of getch(); and ... (by Lion)
Program designed to calcuate #of days between date
 
Please help me with this program. It is supposed to determine the number of days between two dates i...
[1 reply] : If this is not a classroom or homework assignment, you'll find it much... (by Hotaru)
Why the number is truncated?
 
I am new to C++. I tried to input a YYddd HH MM as 08028 16 00 but the number truncated as 8028160....
[2 replies] Last: The problem is that you're storing them in integers. Whilst this is th... (by AzraelUK)
searching backwards through a string
 
Is there a way to search backwards through a character array without using the STL? I've tried using...
[2 replies] Last: Thanks I'll try this out. (by frizshizzle)
Need help with first C++ Assignment.
 
Well the assignment goes like this. I need to get user input for 3 things.... Employee ID (integers...
[3 replies] Last: Well, I would create a separate character variable to store the Euro/D... (by maingeek)
3 questions from a beginner
 
Hi, I'm new to C language but I started to learn it recently and I'm writing a complex program that ...
[no replies]
by Arkon
Weird Loop
 
Hi, I am having problems with this code. It doesn't allow me to key in data for student 1. Jumps str...
[2 replies] Last: Thanks understood. (by Arkon)
January 2008 Pages: 123... 5
  Archived months: [feb2008]

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