Windows Programming - August 2008 (Page 2)

by duckii
Error in placing output to txt using <fstream>
 
Hey this is my second time posting here, I have another question to ask. I wanted to write a text fi...
[8 replies] Last: Your enjoyment at having learned something is payment enough. :-) (by Duthomhas)
by melvin
infix to postfix
 
how to make program that converts infix epression to postfix expression
[1 reply] : Google through "recursive descent" and "shunting yard". You'll need it... (by Duthomhas)
Simple Windows API Application questions
 
I have a couple questions about the code I got from an online Windows API tutorial. Please when you ...
[2 replies] Last: Microsoft provides a number of #defines in their Windows API header fi... (by Duthomhas)
by JanNow
UDP Server problem
 
Hi all, i want to build a UDP server which permanently sents data without receiving anything. I tri...
[2 replies] Last: The whole point of Servers is to wait around for a client to connect. ... (by guestgulkan)
by Kenyai
Launching Another Program
 
What is the most surefire way for a Win32 program to launch an EXE file and obtain a handle to its p...
[1 reply] : Nope. You'll have to use EnumWindows() and GetWindowThreadProcess... (by Duthomhas)
by Nobun
Error on using malloc()
 
Preface I never use pointers since now. I'm trying to develop a graphical engine (using allegro...
[6 replies] Last: Yes I know that it is a wrong way-to-do... so I was asking for help to... (by Nobun)
by Eff
Odd Winsock Error
 
When compiling the below code I get the following errors: 1>c:\users\craig\documents\visual stud...
[1 reply] : You have defined ServerInfo as a POINTER in line 9 but using the . (d... (by guestgulkan)
Writing to text files.
 
Hello everyone! My name is Dirk and i'm rather stuck with an annoying problem. My boss asked me ...
[3 replies] Last: Okay, solved the problem :) (by hypnoticdragon)
how?write Windows forms with C++.net in the VS.net 2003?
 
hi,guys,I got these problem: My boss want me to write a program,which is a small tool with a nice G...
[7 replies] Last: Huh. What do you know? Is that a rhetorical question? or are you ... (by closed account z05DSL3A)
is it possible to do?
 
Hi, everybody, From C++ program is it possible - to make a screenshot ( the same thing that "pri...
[7 replies] Last: No, I just use Win16-Win32 api since Win 2.0, Win 3.0, 3.1, Win 9x, e... (by george135)
Multithreading in C++
 
Hi all, I'm a beginner programer in VC++. I have two functions that I'm calling from the main func...
[6 replies] Last: http://www.boost.org/doc/libs/1_35_0/doc/html/thread.html Multi-pla... (by Zaita)
by duckii
I cannot set my program to display the output i want
 
This is going to be a wall of text. I have 2 questions to ask 1) There's an error with my output a...
[7 replies] Last: You can do all sorts of weird and amazing things with <windows.h>. (I ... (by Duthomhas)
Problem with Load-time linking with dll's
 
Hi I programming in windows I'm using ms vc++ 6.0 I was writing a simple dll which looks like this: ...
[3 replies] Last: Fixed: //simplexe.cpp #include <iostream> #include <windows.h> ... (by helios)
by rain
Download file
 
I tried to find something about downloading file from internet with C++.I have already read document...
[2 replies] Last: On Win32, you don't need anything. Win32 Net apis and COM interfaces ... (by george135)
Using CLR in an empty vc++ project
 
I have been using Ivor Horton's Beginning Visual C++ Programming and have had no problems until now....
[1 reply] : stdafx.h is a user header file that is (should be?) automatically crea... (by Faldrax)
Manipulate variables of a game
 
Well, I know, it's a complex subject but I want to help my son a bit with a game he likes. He can't ...
[8 replies] Last: Remember the case when the RIAA sued an old lady for downloading music... (by exception)
August 2008 Pages: 12
  Archived months: [jul2008] [sep2008]

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