by devilboy1342
Finding a pixel on the sceen
|
|
[4 replies] Last: Use SetCapture () to direct all mouse input to your window. When the ... (by Duthomhas)
|
by boneill3
sending linked list to function
|
|
[6 replies] Last: Have you declared Total() as a static function? I suspect that's the... (by bnbertha)
|
by felix2005
compare ip adresses
|
|
[3 replies] Last: ok i solved it: unsigned long ip2long(const char ip ) { struct... (by felix2005)
|
by Ellipse
returning two ints from a function
|
|
[6 replies] Last: "magic". You mean "torture". I hate working with Templates =\ Inherita... (by Zaita)
|
Quick Question |
|
[1 reply] : Only if your 'mailbox' array is not local to the function. (by Duthomhas)
|
by rock2010
urgent
|
|
[14 replies] Last: Please make the stated changes to ur code and check what Problems U r ... (by DiptenduDas)
|
by kevin86
how to upload a specifc file to an ftp
|
|
[2 replies] Last: You may even find it quicker and easier to just schedule a batch/scrip... (by closed account z05DSL3A)
|
by dan2008
Domes
|
|
[1 reply] : Any chance you can post it using correct tags so it's easier to read a... (by Zaita)
|
by camthalion95
what is the code?
|
|
[1 reply] : You will need to create a question dialog. Usually using the MessageB... (by Zaita)
|
by AlexeyG
Class owner
|
|
[2 replies] Last: Actually, my suggestion uses more complex code than you had in the fir... (by ropez)
|
INITIALISATION |
|
[1 reply] : It's only possible to initialize static, integral variables like that.... (by ropez)
|
by shotjase
problem with project
|
|
[1 reply] : It's probably not something wrong with the way you included the file, ... (by ropez)
|
by the sniper13
Important (MODE value)!!
|
|
[3 replies] Last: Your for() loops aren't quite right. You've read all the values into ... (by jsmith)
|
by xabnu
Speed, Inner Workings of switch()
|
|
[5 replies] Last: Yes. All a programmer can do is help the compiler to optimize, and fo... (by jsmith)
|
by jaimil27
'for loop' for character in C++
|
|
[2 replies] Last: try this first http://www.cplusplus.com/doc/tutorial/ntcs.html (by crayon66)
|
by gul
for loop flow problems
|
|
[1 reply] : There is nothing obvious in the code other than possibly the lack of a... (by bnbertha)
|
by bdeklerk
Need help with this c++ program!!
|
|
[7 replies] Last: We need more good software aware people in management. Unfortunately,... (by bnbertha)
|
by shotjase
linked lists with dynamic arrays
|
|
[7 replies] Last: @satm2008: You have a very good point. However, less experienced dev... (by bnbertha)
|
by doraid
magic square
|
|
[1 reply] : Please don't spam. (by Duthomhas)
|
by Tarch
Typeof and pointer to templated functions/method
|
|
[6 replies] Last: Some times we need to have a specialized templates within a specific s... (by satm2008)
|