Windows Programming - August 2010 (Page 5)

Auto Format
 
So, I am trying to create a program that auto formats my f:\ (USB Drive), and I have this code so fa...
[6 replies] Last: it introduces a massive security leak into your program. For instance,... (by Seraphimsan)
C++ to sse2 intrinsic
 
how do i achieve the same result using sse2 intrinsic in the first 'for'loop? #include "stdafx.h" ...
[no replies]
Irc Pong
 
Hi, I been working on an irc bot but i cant seem to get the PONG command working, heres my code: ...
[8 replies] Last: Ok now i can receive the PING. also why this doesnt work: buffer =... (by FeZedra)
RegisterHotKey
 
Is there a way to register a double press of a key with registerhotkey? If not, whats the best wa...
[4 replies] Last: Also, is it possible to know if a numpad key is being pressed without... (by Skillless)
MFC - Ignore enter-key presses
 
I have a dialog-based MFC application without buttons, just 2 textboxes. Whenever user presses enter...
[2 replies] Last: Thanks, it works! I read about overriding function OnOk on multiple si... (by Fresh Grass)
by vijkrr
what is the difference is creating object
 
hi all, Class A { public: A(){cout<<" A() "<<endl; } }; A Foo () //...
[7 replies] Last: Function declarations are allowed at local scope but the definitions. ... (by phanikrishna)
PHP Extension - how can i use iostream in vc2008?
 
Hi. I created a new php-extension. I did nothing but just write "#include <string>" int the php-ex...
[no replies]
how 2 exit a program when user enters wrong password and username 3 tyms
 
Hi, can anybody help me with creating some sort of while loop for my program, when a user enters an ...
[no replies]
Kill a process when another is started
 
Hi, I have a program that logs in automaticaly. When it looses network connectivity it generates a ...
[no replies]
Download a file from the internet
 
Ok, let's say that I have a program, and if users checks a box and click apply a file has to be down...
[4 replies] Last: http://curl.haxx.se/download.html (by Null)
by vivmen
error in CreateThread
 
Hi all , i am trying following code in vc++ 2008 , i am getting compiler errors which i am not abl...
[4 replies] Last: hello friends, i am new to this forum. i hope i will learn more from t... (by henery)
by Wander
Window that is mazimized
 
When I'm using SDL, how do I create a window that initially shows up maximized?
[no replies]
by x loto
Creating a multi-pane window
 
I'm writing a program for a friend to help manipulate character data in a forum-based role-playing g...
[no replies]
HTTP & c++
 
Hello ! i'm new in c++ programming and i have to write a c++ application that will receive data fr...
[1 reply] : we cant help if you dont tell us what the exact problem is. (by Seraphimsan)
Getting the final sound buffer from the sound card
 
I am trying to build a game that takes input in the form of all the audio the player is currently pl...
[no replies]
Compiled App. does msvcr100.dll Error
 
Hallo. I had written and compiled aplication in C++ using WinApi. when I run it on my PC it runs pe...
[2 replies] Last: I was compiling it in release mode for other pc ) http://www.microsof... (by angrychair)
by Cpplus
I get error when compiling directx code in code::blocks
 
I copied all the directx Header Files to the include folder in code::blocks and all directX lib fi...
[3 replies] Last: Have you linked the .a files in the build options? Don't you mean... (by Vexer)
August 2010 Pages: 1... 345
  Archived months: [jul2010] [sep2010]

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