General C++ Programming - December 2010 (Page 7)

#define functions
 
What would be the purpose of writing a method this way: #define UNHANDLED_EXCEPTION() \ do ...
[1 reply] : C didn't have inline functions, so inlined code was injected using mac... (by kbw)
by Manmay
number series program
 
WAP to print 1) 1 1 1 1 1 1 1 1 1 1 2) 1 2 3 4 5 6 7 8 9 10
[no replies]
dynamic class functions
 
I am working on a game engine using SDL and i trying to implement an idea into the input processor ...
[1 reply] : You could pass a pointer to a member function. (by kbw)
cin>>
 
the input: 0.23 double i; int pos; cin>>i; pos = cin.tellg(); Why the value of pos is -...
[3 replies] Last: seekg works fine. Many thanks to Bazzy and kbw (by timothyguo)
by AbcEz
String memory management
 
I'm writing some code where it's very important that I leak no memory. I've had a bit of a look a...
[6 replies] Last: Okay, that answers it all pretty neatly. Thanks guys =]. (by AbcEz)
Website information
 
Hi everyone, I'm trying to make a program that goes to a website (http://www.upcdatabase.com/) ente...
[1 reply] : Looks to me like xml-rpc is the way to go. http://www.upcdatabase.com... (by naraku9333)
istringstream problem
 
while((next_token = (char)e.peek()) != EOF) e is an object of istringstream I don't know why...
[1 reply] : If it is returning EOF, it could mean there is an error. Try checking ... (by Zhuge)
write this program
 
hi. plzz tell me. i do not understand this question. write this C++ program. You have to w...
[3 replies] Last: You need to record the max and min values of f as you go thru the loop... (by kbw)
Trying to test cppunit with VS2008
 
I used the installation instructions at: http://svn2.xp-dev.com/svn/MATC-CSG-ITDEV-154/Lab2/Setup...
[no replies]
gsl library and Visual studio 2005, problem with header files
 
I'm trying to build the GNU gsl library using VS2005. Downloaded v1.8 of gsl and tried testing a fe...
[1 reply] : Have you tried the following? http://www.quantcode.com/modules/smar... (by chronokitsune)
pinters in c++
 
Hi……..can any one help plz.. I want to know clear difference between them… Const int *p I...
[3 replies] Last: Note, however, that even though a reference is pretty much a constant ... (by chronokitsune)
pointers (problem in output)
 
hi all dear members..... can any one help me to know how this output came for this prog output.....
[4 replies] Last: tnx dear............good reply (by lovelyhakeem)
by ogward
cant make my cars to slow down.
 
Hi! I'm making a race game. This is how it should look. the cars accelerate with a random spe...
[2 replies] Last: I want to make the cars slow down by a random nr from 1 to 5 until vel... (by ogward)
without pressing ENTER key: is it possible?
 
hi guys! if i have an output of choices like this : ************************output*************...
[2 replies] Last: Sigh. http://www.cplusplus.com/forum/articles/7312/#msg33734 More:... (by Duthomhas)
strange problem with create new variable ...
 
I created a new variable(for example : int i = 0 ) in my program and don't use that variable after t...
[no replies]
QT
 
Hello, i search a Qt tutorial. Can you help me .
[4 replies] Last: Hi, i learned from this book: http://www.google.com.eg/#hl=en&source=h... (by FeZedra)
Recruiting people to make a simple irc server
 
Hi! I'm recruiting people to join me in making an irc server, it's just a simple one. It's about t...
[4 replies] Last: Comon people (by FeZedra)
by ogward
generating ginormous numbers
 
Hi! My srand is generating a huge negative number, how can i fix this? this is my function. voi...
[6 replies] Last: lol, so simple -.- I thought i didnt need to enter velocity in the de... (by ogward)
by Jabu
io.h
 
Can anyone please give me a light in using the function _findfirst am trying to write a program tha...
[no replies]
fifa manager 10
 
http://www.eakeys.comhttp://forum.cdkey-game.comEmail:order@eakeys.comMy MSN: order@eakeys.com
[no replies]
December 2010 Pages: 1... 56789... 24
  Archived months: [nov2010] [jan2011]

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