Windows Programming - October 2010 (Page 2)

by ade161
assistance with program
 
Hello, i need assistance in creating a program that allows the user to enter a payroll code. Th...
[1 reply] : strtok? (by Kiana)
a function that recieves 5 arguments and returns 5
 
The title might not be of much clarity but what I am tyring to do is write a program that will consi...
[3 replies] Last: You don't need to modify arguments for this, or do anything out of the... (by Disch)
MSVCR100D.dll is missing error
 
Well I made a Win32 application using Visual C++ 2010. I had a friend try it and it said "MSVCR100D....
[6 replies] Last: Umm I don't know any of the "terms" that have to do with projects, com... (by OHGxLeetGamerxOHG)
Current file position?
 
Is there a function that returns the current file position? Like cstdio's ftell(FILE*) function. ...
[1 reply] : LONG GetFilePointer(HANDLE hFile) { return SetFilePointer(hFil... (by Null)
Is it possible to load images without using resource scripts?
 
I need to load BMPs without using resources is that possible?
[2 replies] Last: Thanks. (by Dark Byte)
MFC radio buttons control
 
hello, I have an exercise to build a simple GUI in MFC. I need to make few radio buttons which were...
[no replies]
by minime
ReadFile error 31
 
Hi, I've been using the readfile api to read an image of a hard disk drive which has been mounte...
[no replies]
disabling button after login
 
hi i want to have a button disabled at runtime after a user login with certain credentials.can someo...
[4 replies] Last: thank you guys for the reply. i have a txt file with some user credent... (by roninn75)
by Gilmar
Class
 
Hi, Just want to ask what is meant by this: CSampleClass & CSampleClass::operator = (CSampleClass...
[3 replies] Last: The copy operator is one of the four functions that is generated for y... (by kbw)
by firix
static members problems
 
hi Define two classes, each with a s t a t i c member, so that the construction of each static memb...
[no replies]
by Mazd
Run external file
 
Hi,guys i need run .inf and .bat files when corresponding button is clicked,help plz,(in QT or Win3...
[4 replies] Last: thanks (by Mazd)
STRUCT Library System
 
I badly need to finish this program before wednesday nextweek :( i am only a freshmen college stude...
[2 replies] Last: Well, you've already laid out your problem and now you need the logic ... (by nickburress2k2)
Array Return
 
I have made a function for receiving data on a socket connection. Now what I want is that function r...
[5 replies] Last: For some C complier,there are no inline.You have to define global sco... (by simo110)
printing out non-consecutive numbers
 
I have the following program that uses the for loop to print out numbers 60 to 1. I, however, need t...
[2 replies] Last: #include <iostream> int main() { for (int counter = 60; counte... (by Kiana)
Beginnig Firewall
 
My team has decided to make a simple ip filtering firewall.But do not know where to start. I have th...
[1 reply] : You can review other product's source from sourceforge.There are many ... (by simo110)
User-defined input file name
 
Hi everyone, I'm new to this forum and require some assistance. I have to make a program that rea...
[2 replies] Last: ...perhaps, but that doesn't answer his question. Line 18 should re... (by Duthomhas)
Edit box not updating
 
I have a window that includes x (depending on height) edit controls. If there are more than x varia...
[1 reply] : Please update your value from edit box to your variable. UpdateData(... (by simo110)
Starting a Program?
 
Hey, Im new to C++ and i need help making a program. I made a GUI, and i inserted some button, Th...
[4 replies] Last: Thanks guys :D Ill try to work with these. Also, can you tell me whats... (by spongebox)
Web programing!
 
Hi everyone! I want to develop a Markowitz portfolio theory in C++ and wonder if its possible to ge...
[2 replies] Last: Nice tip, anna. Good to see spambots back in action. tsotne - what ... (by Pax)
by bkovar
Hex to Decimal, call of overload error
 
on this line of my program: sum=sum+(b *pow(16,j)); the complier gives me a message that reads...
[2 replies] Last: thank you so much :) it works like a charm now (by bkovar)
October 2010 Pages: 1234
  Archived months: [sep2010] [nov2010]

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