cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : Windows Programming
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Articles
Lounge
Jobs

-

Windows Programming

news Welcome to this board! closed by admin
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related...
[no replies]
question inserting into a string. by SuperCub
I'm learning to program windows API and would like some advice or perhaps code example on how to rei...
[2 replies] Last: I will give it a try tomorrow morning and post the results. It certain... (by SuperCub)
default Change the content of a file using batch or c++ programme by newkidonthebloc
Hi Guys, All i want to do is to change the content of a file. For instance, there is a batch file...
[10 replies] Last: To be fair, Unix shells can't do it either. The difference is that on ... (by Duoas)
default Question to ask about CSP in Vista and XP by izyani
Advapi32.dll As what I understand by reading the Microsoft Cryptographic Service Provider Developme...
[1 reply] : I don't really know enough about the subject to say much, but I don't ... (by Duoas)
default Several Question About Multi-Tasks & Multi-Threads! C/C++ under Windows OS. by f ben isaac
Just answer what you know! Please make it clear and in 3 years old language cause i'm very new to th...
[6 replies] Last: I must agree with PP, also I must add that it is not only impro... (by Zaita)
default How would you approach this project? by MartinWA
As a task for my latest endeavour into college education I have been asked to code an application th...
[6 replies] Last: @anders: For a simple application like this, your solution does includ... (by Zaita)
default Antivirus application by anusha
Hi there, how do I get started to develop a antivirus application using c++ especially the search en...
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
default how to cancel transfer of data from web server by cipher
Hi! I am using libcurl to retrieve a data from the internet. I haven't found any function that I ...
[3 replies] Last: Looking through the curl_easy_* function set, I can't see anything the... (by guestgulkan)
default Timer by Console
I was wondering if anyone knew how to make a timer? One where the user put in a certain time, and wh...
[17 replies] Last: Excellent :D (by Mythios)
question [SOLVED] Win API question: AttachThreadInput prevents menu activation ... by poloniny
Hi, programmers. I would need your help/experienced advice with using the AttachThreadInput() API f...
[10 replies] Last: edit: you posted while i was writing mine! :) Hello, I unde... (by Mal Reynolds)
default Transparent Background Fails under Windows Aero by jrohde
Hello, I was just coding a very simple, very small program that outputs text over a transparent w...
[1 reply] : It really only worked to begin with because it is a simple trick. The ... (by Duoas)
default 2D Array compile error: "invalid conversion from char to const char*" by KingPanda
so I am trying to finish an assignment before a big exam but I am stuck with this error on line 50: ...
[3 replies] Last: To be a bit more specific: lengths[#] is of type ch... (by Zhuge)
default Compiling trouble by davidbball13
hello, I have a code here. #include <iostream> using namespace std; int main () { int...
[17 replies] Last: I guess. I'm not yet really familiair with the windows librarys, but i... (by Scipio)
default What Is the Logic of Reverse Connection? by f ben isaac
As far as i know in reverse connection the client opens the port that the server connects to. Thus, ...
[1 reply] : I suppose, but basically that seems like an exact swapping of the clie... (by firedraco)
default Making A GUI by Console
I was wondering how I'm supposed to make a GUI in Windows. I don't know much about programming, so I...
[3 replies] Last: "Programming Windows" by Charles Petzold is a great idea. the MSDN on... (by Mal Reynolds)
default windows.h by anantmishra
Hi guys... need some help wid windows.h i have always coded in C that too only programs that r...
[3 replies] Last: no problem :) just glad i could help! oh, and another nice thing abo... (by Mal Reynolds)
default accpet() Rturns 10014 Error! Weird One. by f ben isaac
I ported my code from linux to windows. I get weird error about 10014 refering to accept() error...T...
[3 replies] Last: I just had to make clientInfo as struct sockaddr_storage ..... (by f ben isaac)
default How to time out user input by monkey
Hi, I am using scanf to get user input, but I need to have a time out, so that in case user doesn...
[1 reply] : In DOS programming, in <conio.h> there is a kbhit() function that chec... (by melkiy)
default ERROR!!!!! by StealthOp1217
when i compile this code i get an error. I got this code from a tutorial so i think it must be the p...
[2 replies] Last: If you use VC, the error may be caused by /SUBSYSTEM, one of linker's... (by xjtuzxl)
question Crypto Acquire Context - 80090019 by izyani
Hi all, I try to run the test program, i got the error: Calling CryptAcquireContext - Crypt...
[no replies]
default ERROR C2440 by StealthOp1217
hello, i was just messing around the other day and when i tried to compile this code and error came ...
[2 replies] Last: Note that if you want a string literal to be absolutely UNICODE then... (by guestgulkan)
question WIN32 and Console App by StealthOp1217
im pretty new to C++ and programming in general. I would like to know what is the difference between...
[2 replies] Last: the win32 api is amazing, but takes a bit of dedication and lots of ti... (by Mal Reynolds)
default utility64.lib by ricardo schmidt
Hello all, does anyone know about a library called 'utility64.lib'? I already searched for it in my ...
[1 reply] : Where did you download this project from? Sourceforge?? (by guestgulkan)
default CreateThread Causes Application Error by FlyGuy1203
I am creating a multi-threaded TCP/IP server that will be running on Windows Server 2003. The progr...
[4 replies] Last: based solely on the code you posted i have a few ideas that may be giv... (by Mal Reynolds)
question Problem terminating windows processes completely by Mal Reynolds
edit: i have discovered that while this program exhibits this behavior on my machine, this...
[5 replies] Last: hello Duoas, i very much appreciate your reply. i do have a couple of... (by Mal Reynolds)
default Program exits as soon as started. by wade007
Well, hey guys, I have a bit of an issue, whenever I start my simple hello world application, [code...
[3 replies] Last: You can also avoid that by running the program from the command line, ... (by Abrahm)
default MySQL++ in Windows Environment by kurasu1415
Hey guys, I have recently been looking for a way to store data on a server that I can connect to an...
[9 replies] Last: PS - I forgot to say, that some of the header files you require to bu... (by guestgulkan)
default Laggin' with DirectSound and timers by Otto
So there's two problems: First: I can load waves from resource perfectly into a ds buffer, but wh...
[no replies]
default Global Keyboard Hook with DLL by pobri19
Hi, I'm trying to write a global keyboard hook for learning purposes. This is the first time I've wo...
[1 reply] : Just guessing here, don't have time to try it out cause your code look... (by anders43)
default pass arguments from one program to another by blah
hi there i wanna know how can i send args from one program to another e .g i got one program ...
[1 reply] : interprocess communication is a BIG topic, in my experience the simple... (by anders43)
question atlcomcli.h Debug Assertion Failed by ljapc
Hi, now I have a problem with vs2005. It's simple programe that use ATL Object. anyway the program...
[1 reply] : sounds like you haven't implemented all abstract methods in the interf... (by anders43)
Pages: [1] [2] [3]   Archived months: [sep2008]

Registered users can post in this forum.
Home page | Privacy policy
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? contact us