General C++ Programming - July 2010 (Page 12)

network programing for client server application
 
Object of the Task: I must be able to communicate and access other systems in a network using a pro...
[1 reply] : I'm thinking that it wasn't too good to undertake a task requiring kno... (by NGen)
How to go through a file multiple times?
 
I am going through a file once in one do-while loop, closing the ifstream and re-opening it, and the...
[3 replies] Last: I typically just let the scope destroy and recreate the stream: fo... (by moorecm)
Application for manipulating and burning CD images.
 
Hi, I want to start a project for manipulating and burning CD images like "nrg, iso, bin ..." but...
[1 reply] : http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm... (by jmc)
Exception Safety w/ Copy & Swap Idiom
 
I'm currently working on a small project using exceptions. I've been looking into the copy and swap...
[9 replies] Last: I must add that swap should not throw and it is the responsibility of ... (by rizkyh)
polymorphism with templated classes
 
Hi, I have some problems with templated classes. I have these two classes: template<typen...
[3 replies] Last: adding this-> would work too (by rizkyh)
how to subtract the contents of two strings
 
Dear all, In my code, I read from a file then write in multiple files. In each of these multipl...
[2 replies] Last: Hi, mcleano, This is the link I was looking for ! : ) Thanks you... (by Junhui Liao)
Overloading a function for char* and int - ambiguity error
 
For complex reasons that don't affect the problem, I have a type that needs to overload operator fo...
[2 replies] Last: Figured it out. I accidentally omitted from my writeup what turns out... (by LrdDimwit)
by moslem
question about reading from console window
 
Hello ever one, i've aquestion about reading from console screeen i've a search engine project and ...
[8 replies] Last: hi , i you can try to hook keybord using API hooking in windows serch ... (by vivmen)
Your thoughts on how to making your own language
 
I am currently thinking of ways of making my own language on top of C++ so that i can make my projec...
[4 replies] Last: I'd recommend Lua. I am actually Intermidiate at Lua in my favorite ga... (by CheezCoder)
i hate FPS limiters x.x. Average is too far away from the target
 
SOLUTION: http://www.cplusplus.com/forum/general/26035/#msg138980 hi there, i have this littl...
[17 replies] Last: My method assumes that you're skipping the next frame rendering if you... (by Athar)
by declan
Question about proper practice
 
This is something that seems like it might be answered in the C++ FAQ lite. I know two ways to go ab...
[5 replies] Last: +1 jsmith. This is something that to my eyes should clearly be obje... (by Disch)
by Null
overloading ++
 
Hello, I'm trying to overload ++ operator: class MyClass { public: int x; MyClass(){x=0...
[2 replies] Last: Prefix increment should return *this by reference; Postfix increment ... (by jsmith)
by ttx336
Terminology for some user-defined data types
 
Hello All, this is my first post here, I was a novice Pascal and C programmer back in the DOS days, ...
[2 replies] Last: I'm familiar with that book, and what Stroustrup uses is certainly a t... (by filipe)
Is there any good way to traversal a STL container cross dll boundary?
 
For using the STL container corss dll is unsafety, I usually encapsulate the container after the i...
[18 replies] Last: Read this http://www.codeproject.com/KB/cpp/howto_export_cpp_classes.... (by Denis)
failed to read from one tsv file then write in multiple files
 
Hi, everybody, Recently, I tried to read from a tsv file then write in other multiple files. ...
[2 replies] Last: It worked, many thanks for your help ! : ) (by Junhui Liao)
by Drj312
Array manipulations using functions
 
i need a lot of help please. my assignment is due at 11. i have not procrastinated on purpose. i've ...
[1 reply] : It's mostly ok. What exactly is the problem? http://www.cplusplus.... (by kbw)
Object arrays
 
I am self learning c++. I am confused as to object array and whether the number in the square bracke...
[11 replies] Last: The intention is that the object array goes to a function which may al... (by AlphaBravo)
by roohan
decleration problem
 
Ok so i get an error that says that the base class isnt defined if i move client down . How do i get...
[7 replies] Last: Place the class base in the code before client. Or is there a reason y... (by elega)
by Rogan
DLL {Dynamic Linking Library}
 
What Source Code Would I Use To Make A Dll File Un Able To Be Renamed Or It Wont Work/Do Its Job As...
[4 replies] Last: That depends on what you mean by "real". the one i look up to as my... (by Rogan)
Reading and writing data to console?
 
Is it possible to read and write data to a console window at the same time? Also, if it is, can you ...
[6 replies] Last: Ok, thanks! I'll look into it. (by PiMaster)
July 2010 Pages: 1... 1011121314... 20
  Archived months: [jun2010] [aug2010]

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