Summary: I have developed a C program using Microsoft Visual C++,Version 1, which, when run provides a variety of screen messages of different background and f...
Summary: Either go to a library or good used bookstore and find one or more introductory books on Visual C++ 4. After you do a little reading then you will kno...
Summary: OK...first of all, I'm running Visual C# .NET 2003 on a Windows 2000 virtual machine with Virtual PC... Now...the problem is that, every single one pr...
Summary: I just got the newer virsion of microsoft visual c++ 6.0 and now I am haveing problems with all of my functions. I wrote the simple function below to ...
Summary: i just finished my c++ primer and understand everything in it, but now i want to learn how to write powerful windows programs, what subject in c++ sho...
Summary: I have used C++, VC++, Java, and VB6 C++ and VC++ are same - you can use same classes and everything, the only difference is VC++ allows you to make p...
Summary: The basic C++ statements are pretty much the same from compiler to compiler especially if they comform to the ANSI standard. Beyond that there are dif...
Summary: I have a problem with windows 2000 and a program developed with visual c++ on windows98 when I use serial port. I developed and application in visual ...
Summary: I found 3 copies of ntdll.dll on my XP: C:\WINDOWS\I386 C:\WINDOWS\SYSTEM32 C:\WINDOWS\I386\SYSTEM32 I've got no idea why I have 3 copies. Anyway, my...
Summary: I've trying to run some C++ programs, but i keep getting link errors : LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16 ...
Summary: Hi: I need to deal with the following situation for a software development in Visual C. It is : Two seperate programs needs to access a file. One wri...
Summary: Nothing unusual, all C++ Win32 developers get used to this, and in time you will too. The school of hard knocks leads one to: 1) Fully recompile when ...
Summary: Hey all, Im having a problem with Visual basic, seeing as i actually wanna learn it finally, i cant install it. I've installed it multiple times on t...
Summary: Thats great. But iīm developing in Visual C++, anyway i donīt think it matters much. If I see the code i can see the basic principle. So I generate a...
Summary: can anyone help me out by explaning how 16 bit programs run on 32 bit machines or does any one know of a web address that will explane this in some de...
Summary: Dear friends, I'm developing a program based on Visual Basic. The main concern is to perform Robot Calibration. What I need is to how to perform a JPE...
Summary: I have been working on a project to make a bat file to remove known processes and files related to Antivirus 2009. I have gotten pretty far and just n...
Summary: im fairly new to visual C++. I am very experienced in Qbasic/VB, and have some experience with C++, but none with visual C++. I'm looking to get out...
Summary: Hi, everyone, I have read a couple of books on windows programming using Visual C++ 6, but I need good tutorial books on using differennt classes like...
Summary: Hi : I am now working on a project which will operate in Simplified Chinese and Traditional Chinese w2k platform. Their main difference is that the d...
Summary: The clrscr() function you are referring to is in the Borland extended library conio.h. This is a non-ANSI library that is implemented by a number of c...
Summary: Hey Guys, I'm wondering if anyone of you regulars here are interested in designing a C++ tutorial through Angelfire or through some free online web se...
Summary: Hi. I would like to ask a question regarding Visual C++ 6.0 since I have never used it. All my C++ programming has been using the normal g++ in linux...