General C++ Programming - October 2010 (Page 23)

Threads and top-level static
 
I have a question regarding C++ coding conventions for threads. Now, I know that when writing thr...
[1 reply] : Apparently, a lot of refactoring may be needed, but it seems much easi... (by kfmfe04)
Assignment problem
 
Hello everyone. I am a new student in C++ and I am having trouble with an assignment. I need to ente...
[2 replies] Last: Disch, Thank you very much for the reply!! I just scanned through y... (by ChuckStrader)
? getting data into a Class from a .txt file ??
 
so i'm writing a code that will have to get 50 people's information which is already saved on a .txt...
[2 replies] Last: Oh wow, I just noticed something. blackString should be blankString. P... (by nickburress2k2)
by genny
importing file
 
I am creating a program that imports a file into a structure does some clean-up and then produce a o...
[2 replies] Last: t'est Francais? (by sargon94)
Forcing a call to the parent initializer
 
Say I have the following classes: class A { public: A() { } ~A() { } protected...
[6 replies] Last: Note that virtual functions cannot be called from constructors or des... (by kfmfe04)
October 2010 Pages: 1... 212223
  Archived months: [sep2010] [nov2010]

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