Windows Programming - March 2013 (Page 3)

by avboag
DirectX 11 xnamath.h
 
I tried to run an example from some book using DirectX 11. I downloaded directX SDK, and copied xnamath.h and the files it use to the folder of the code (xnama...
[1 reply] : I don't think MinGW supports Directx SDK at all. Please use Visual Stu... (by modoran)
Working with CreateFile()
 
Hi, I'm having trouble with opening and reading text from a file. I'm not getting any errors at this point, but nothing seems to be written to my "hold" vector....
[2 replies] Last: I was worried about the char/wchar thing. I am using wchar because fro... (by newbieg)
About C++ MFC CButton Asynchronous
 
Dear all, I am very new to C++ with MFC Programming. I am doing a school project which is to build a .WAV player using C++ with MFC. I must use the lower ...
[9 replies] Last: Thanks all of you. I am going to learn about threading first before I ... (by Allen Ho)
mysql update problem
 
Hey all, I am beginner in mysql and i have some problem with update in mysql C++. I am checked forum, but im not finded it.. // its correct mysql_query(&my...
[no replies]
by Skynet
How to sort through a file
 
I have this file that I open up in this format ********************************************** Number of Rooms: 7 Rooms: foyer snakepit helipad treas...
[3 replies] Last: fileObject is input istream or can be fstream as well. stringObject i... (by writetonsharma)
displaying only true items
 
i have been writing this script, for someone. but i cant figure out the smallest thing i need help trying to display the selected menu items, only. with pric...
[1 reply] : - I suggest you use code tags(the "<>" button) when you post your code... (by thejman250)
by Skynet
How can I break up this into variables?
 
Consider the following input. I have this. Rooms: foyer snakepit treasure room mountain crystal lake elm street Doors leaving foyer: Mountain 5.3 ...
[4 replies] Last: Well the thing is, I would be I have trouble with the input. How exact... (by Skynet)
Resource file with Code Blocks
 
I am learning Win32 programming, and I am stuck with resources. Can someone guide me on good tutorial on CodeBlocks and resources. I am trying to add an icon an...
[2 replies] Last: Yes, they are not. Thanks! :) (by subbu0306)
Problem with 2 text file contents string compare
 
Trying to compare the contents of 2 files, and if they match return(0); and exit, but if they dont match to then run emailme.exe which runs a keyboard/mouse mac...
[5 replies] Last: @OP What are you trying to do ? Writing current date to a file using s... (by modoran)
Storing elapsed time in an array then find min, max, average and standard dev
 
#include <iostream> #include <stack> #include <ctime> std::stack<clock_t> tictoc_stack; void tic() { tictoc_stack.push(clock()); } void toc() {...
[no replies]
who can run batch
 
now ,I develope a app on xp ,i run it on server2003.It can run normally .when i use app to invoke a batch ,problems come here. The batch can not run rightly.In ...
[6 replies] Last: The batch is : ..................... echo off find "abc" a.txt paus... (by yangjie)
How to create a RPC packet
 
Hi, I am learning Windows Networking , lower level , and I am interested in learning about how to make and send a simple RPC packet. RPC are a very important...
[1 reply] : DCOM uses RPC, just use a DCOM service. (by kbw)
by klay2
need help with rouglike game dev walking through walls!!??
 
Hello I am new to these forums and need help, I walking through walls. I found its the if statements but I cant find the bug. (keep in mind still a huge work in...
[4 replies] Last: If you want you can email me at lukerossie@gmail.com ill show you my o... (by huike)
How can I texture a D3DXCreateBox on direct3d???
 
How can I texture a D3DXCreateBox??? Or at least add colour because now it's white (1) for now it's a fill and not a wireframe here is my code f...
[no replies]
Timing program
 
Hi there I need to build a program that will do the following: I need it to have a button that when pressed will begin counting in time (mm:ss), it needs ...
[1 reply] : Well, You can always make a Thread which is a timer and as soon as the... (by closed account ozUkoG1T)
[Simple Anti-Virus] Botnet Killer [EPIC]
 
Hi, I have been recently been infected with a Bot , a Malicious Botnet, called the Barracuda Bot which has infected many 1000's computers across the globe. I f...
[2 replies] Last: well Barracuda Bot tends to create different entries depending on what... (by closed account ozUkoG1T)
by Ammarb
Find precise batter status
 
Hello everyone! I am working on an application that requires me to find the battery life of computer. I'm aware of finding the integral life, but I need a doubl...
[4 replies] Last: Alright, wouldn't BatteryLifeTime, and BatteryFullTime be apart of WMI... (by Ammarb)
mysql help
 
Hey all, I am beginner in mysql and i have some problem with update in mysql C++. I am checked forum, but im not finded it.. // its correct mysql_query(&my...
[1 reply] : no replies? :) (by kulitafak)
How can I move more than one object on direct3d?
 
Ok basically I'm new to direct3d and have made a triangle pyramid (with texture) and also a sphere but my triangle is inside the sphere and whenevr I translate ...
[1 reply] : You can combine the scaling, rotation and translation matrices into a... (by cgdevnet)
Help need
 
Hello Everyone, How are you ? I have taken a new computer and I have no experience about windows 7,8.I want to install windows 7 but I don't know what faciliti...
[no replies]
March 2013 Pages: 12345... 8
  Archived months: [feb2013] [apr2013]

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