Windows Programming
|
|
by admin |
| Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related... | |
| [no replies] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
by izyani |
| Hi all, I try to run the test program, i got the error: Calling CryptAcquireContext - Crypt... | |
| [no replies] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
by Otto |
| So there's two problems: First: I can load waves from resource perfectly into a ds buffer, but wh... | |
| [no replies] |
|
|
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) |
|
|
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) |
|
|
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) |
Registered users can post in this forum.
