
please wait
by ade161
assistance with program
|
Hello, i need assistance in creating a program that allows the user to enter a payroll code. The program should research for the payroll code in the file a... |
Oct 25, 2010 at 10:05pm
[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 consist of a main program holding an array of 5 elements. The mai... |
Oct 25, 2010 at 6:36pm
[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.dll is missing", any way of fixing this? |
Oct 24, 2010 at 10:56am
[6 replies] Last: Umm I don't know any of the "terms" that have to do with projects, com... (by OHGxLeetGamerxOHG)
|
by PiMaster
Current file position?
|
Is there a function that returns the current file position? Like cstdio's ftell(FILE*) function. I'm opening the file with a HANDLE and CreateFile() ... |
Oct 23, 2010 at 7:43am
[1 reply] : LONG GetFilePointer(HANDLE hFile) { return SetFilePointer(hFil... (by Null)
|
by Dark Byte
Is it possible to load images without using resource scripts?
|
I need to load BMPs without using resources is that possible? |
Oct 23, 2010 at 12:20am
[2 replies] Last: Thanks. (by Dark Byte)
|
by grayfox
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 change a background of my rectangle. Here is my code : ... |
Oct 22, 2010 at 3:36pm
[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 mounted to become a virtual disk. It reads fine for the most pa... |
Oct 22, 2010 at 9:20am
[no replies]
|
by roninn75
disabling button after login
|
hi i want to have a button disabled at runtime after a user login with certain credentials.can someone please point me in the right direction? |
Oct 22, 2010 at 4:27am
[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 & node) { .... } Why an ampersand is present? t... |
Oct 21, 2010 at 4:09pm
[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 member involves a reference to the other. Where might such const... |
Oct 21, 2010 at 1:10pm
[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 Win32) |
Oct 21, 2010 at 11:25am
[4 replies] Last: thanks (by Mazd)
|
by jehlaipixy28
STRUCT Library System
|
I badly need to finish this program before wednesday nextweek :( i am only a freshmen college student and i am still getting familiar of all the codes in c++. ... |
Oct 21, 2010 at 8:36am
[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 returns the received data. The data could be anything so that... |
Oct 21, 2010 at 1:59am
[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 to modify the loop so that it prints out numbers in a way tha... |
Oct 20, 2010 at 4:23pm
[2 replies] Last: #include <iostream> int main() { for (int counter = 60; counte... (by Kiana)
|
by mrparadox
Beginnig Firewall
|
My team has decided to make a simple ip filtering firewall.But do not know where to start. I have the following questions,can anyone answer these: - 1. How can... |
Oct 20, 2010 at 2:55am
[1 reply] : You can review other product's source from sourceforge.There are many ... (by simo110)
|
by Mikeman
User-defined input file name
|
Hi everyone, I'm new to this forum and require some assistance. I have to make a program that reads from a file and prints the first three words from after t... |
Oct 20, 2010 at 2:50am
[2 replies] Last: ...perhaps, but that doesn't answer his question. Line 18 should re... (by Duthomhas)
|
by exiledAussie
Edit box not updating
|
I have a window that includes x (depending on height) edit controls. If there are more than x variables to be entered, the user can scroll up and down using th... |
Oct 20, 2010 at 2:35am
[1 reply] : Please update your value from edit box to your variable. UpdateData(... (by simo110)
|
by spongebox
Starting a Program?
|
Hey, Im new to C++ and i need help making a program. I made a GUI, and i inserted some button, They work. But i got one more button that needs extra work. I ... |
Oct 19, 2010 at 8:06pm
[4 replies] Last: Thanks guys :D Ill try to work with these. Also, can you tell me whats... (by spongebox)
|
by tsotne1990
Web programing!
|
Hi everyone! I want to develop a Markowitz portfolio theory in C++ and wonder if its possible to get the secondly changing data from the web (e.g. Nasdaq.com).... |
Oct 19, 2010 at 7:27am
[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 "call of overload 'pow(int, int&) is ambiguous. i have no i... |
Oct 18, 2010 at 8:34pm
[2 replies] Last: thank you so much :) it works like a charm now (by bkovar)
|