General C++ Programming - January 2008 (Page 3)

create a self copying exe which will copy itself to any new flash drive inserted
 
hello people can u plz help in this matter? i want to create a self copying exe which will cop...
[2 replies] Last: Yeah, I just thought of that when I read the topic title. (by Vadi)
iostream memory usage
 
I have a question about how iostream uses memory when handling multiple operators on the same line o...
[1 reply] : I don't believe the extractor operator works the way you are thinking:... (by martinlb)
input a number with a comma in it
 
When I input a comma number, like 1,000 into this the console closes early. Anyone know why? The typ...
[2 replies] Last: Hey ddollar, commas are used to seperate expressions. just type 10... (by programmingnewb)
by hazda
Help needed urgently
 
Can anyone help me write a program that will promt the user to input a number,n,and generate a "hall...
[1 reply] : Hmm... Should be relatively simple... Basic program structure is... (by muzhogg)
by shyam
Gregorian Calendar
 
According to the Gregorian Calendar, it was monday on the date 01/01/1900. If any year is input thro...
[1 reply] : // day of the week for january 1st #include <iostream> using name... (by martinlb)
C library
 
I need to create a library or just a database file that will store images of cards for a card game. ...
[no replies]
A c++ substitute for strtok?
 
Any suggestion on how to replicate the C function strtok with c++ strings? Thanks!
[1 reply] : I suggest trying a close look at : · string::find_first_not_of ·... (by the12plus)
January 2008 Pages: 123
  Archived months: [feb2008]

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