
please wait
by kyle11778
cant get file to compile (1,2)
|
i am trying to get this program to run but it keeps coming up with some errors here is the program link to download if you need a reference http://www.relisof... |
May 12, 2010 at 11:07pm
[23 replies] Last: i know and i wouldn't have if i thought that the code was harmful in a... (by kyle11778)
|
by Willyboy
Search for installed browsers
|
Okay, so I am working on a project in school where we need to find out what browsers are installed on the computer. What I've come up to is that: - We need ... |
May 12, 2010 at 2:38pm
[1 reply] : Here is the windows system command to look into the registry: http://s... (by Computergeek01)
|
by Vidus
MDI form in a sdi form?
|
This picture explains my question. http://img51.imageshack.us/img51/6591/helpx.png |
May 12, 2010 at 10:58am
[4 replies] Last: Sorry for not posting for a while... My question was... What librar... (by attaboy)
|
by blackcoder41
How to make a WINAPI wrapper
|
Hi, could you please help me make a WINAPI wrapper by maybe suggesting idea on how to make one. I really don't have a clue on where to start. My goal is not too... |
May 12, 2010 at 5:32am
[4 replies] Last: Oh sorry about that, I miss interpret you. Yeah maybe I'll give it a g... (by blackcoder41)
|
by Gio
Installing OGRE Engine on Visual C++ Express
|
I downloaded the OGRE Source Code for Visual C++ Express Dependencies, but I want to know how to install it. I tried hitting the Solution file for VC++2010 (in ... |
May 11, 2010 at 9:22pm
[no replies]
|
by networkgeek
network program
|
Hi I need Help On Makeing A network Monetering Program I need help On makeing The Splashscreen Like This Program <img src="http://www.computerguide.biz:/intr... |
May 11, 2010 at 8:17pm
[no replies]
|
by kyle11778
winapi access flags
|
so i am trying to get to make a program to tell me when a folder has been accessed could i use: FILE_NOTIFY_CHANGE_LAST_ACCESS will the last access time cha... |
May 11, 2010 at 1:26am
[4 replies] Last: sweet thanks (by kyle11778)
|
by Deluge
Accessing Resources in Source Code
|
How do I access resources for use in C++ source code? For example: if I wanted to use a resource icon for a window icon. So far I have used resource files... |
May 10, 2010 at 12:20pm
[6 replies] Last: Thanks vexer, just what I needed. Except I did not need to include th... (by Deluge)
|
by oamsath
Beginning Windows Programming
|
Hello I'm beginning windows programming and the problem is while browsing a book, I was told to build this code as my first window creation. But the program ha... |
May 10, 2010 at 7:54am
[2 replies] Last: yesssssssssss :D cannot believe how a stupid mistake cost me hours ... (by oamsath)
|
by masdidik1
EMAIL CLIENT WITH BORLAND C++ BUILDER
|
MOhon bantuan , saya mau membuat email clieny yang menyediakan fasilitas POP dan IMAP dengan borland C++ builder tapi saya belum tahu komponen apa yg digunakan ... |
May 10, 2010 at 12:56am
[no replies]
|
by krankzinnig
"Tricking" a Windows application
|
I need to "trick" an application to think its actually running on a 64-bit OS even though its not, is that possible? I already have my code checking for the OS ... |
May 9, 2010 at 9:12pm
[6 replies] Last: +1 Computergeek01 (by blackcoder41)
|
by maxitis
UNEXPLAINABLE
|
I have: printf("%f", ceil(1/2)); //0.0000 Can somebody explain me this outcome. I have something similar in my program end it cause everything to go wrong |
May 9, 2010 at 3:13pm
[6 replies] Last: Floating Point Arithmetic http://docs.python.org/tutorial/floatingpoi... (by blackcoder41)
|
by d15tur83d
Confused About Program Any Ideas?
|
k=0; numberOfIncompletes; while (k < nIncompletes && !numberOfIncompletes) { if(incompletes == studentID) numberOfIncompletes k++; } Heres the given ... |
May 9, 2010 at 6:44am
[1 reply] : I don't know if you figured it out yet or not but i have the solution.... (by gsdboys)
|
by Incubbus
Forward Ports with uPNP...
|
Hey... May anyone suggest me an easy way to get my mind on uPNP?... Is there an easy to use library out there?... I tried my luck on the MSDN COM-dependin... |
May 8, 2010 at 1:32pm
[6 replies] Last: ok... I think i got the SSDP and the SOAP Messages set up, baed on the... (by Incubbus)
|
by CPlusplusdna
.net c++ visual studio
|
Hello all! I am finding it hard to find a good resource for c++ with .net. Most examples tend to be in c# and the examples in c++ have a bizarre syntax. I ... |
May 7, 2010 at 11:07pm
[2 replies] Last: @bazzy I have been reading some of the msdn and I am getting that. ... (by CPlusplusdna)
|
by d15tur83d
Unsure of Whats Wrong
|
Heres given instructions: Given an int variable k , an int array incompletes that has been declared and initialized, an int variable nIncompletes tha... |
May 7, 2010 at 10:49pm
[1 reply] : Hello there, "numberOfIncompletes" seems to be a bool type variable si... (by Tamao)
|
by pccheng
how to sent a keypress to another program
|
hi, I need to control another program, and how to simulate to sent a keypress or mouse to another windows program. Thanks for any help. |
May 7, 2010 at 10:34pm
[2 replies] Last: Try autohotkey it's designed for this purpose. If you prefer to use C+... (by choisum)
|
by coolrox86
MFC ComBox and get the item?
|
I've created a Combo Box in my MFC Dialog and would like to get the integer number which I select, for example: void CCOMPort_ReaderDlg::ReadDevice() {... |
May 7, 2010 at 3:06pm
[2 replies] Last: Thanks for your suggestion. Anyway I've found out another easier way i... (by coolrox86)
|
by denis90
Check an handle for validity
|
Hi there, I'm having a little fun with a USB device, this one's HID compliant. Connecting to the the device is pretty simple, after a bunch of calls I get ... |
May 7, 2010 at 10:32am
[8 replies] Last: yes (by guestgulkan)
|
by rathamp
Timeclass with microsecond accuracy?
|
is it possible to have Timeclass with Microsecond accuracy in windows? From SYSTEMTIME struct i could get only millisecond resolution. How can we achieve mic... |
May 6, 2010 at 7:36pm
[2 replies] Last: Short answer: No. Windoze is not a real-time operating system. It is... (by cnoeval)
|