Robertus,
As for your first question one possibility (there may be other ways of doing it) could be to lookup Windows Registry. If IE is installed then there will be a key ==>
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer
(Note: This path is for Windows 2000 server version, you may...
Pedros,
There is no easy quick and ready made way to do this. (nothing like if (input!= int) {} :( ). So you should receive the user input in a string. cin>>str. And then you may use functions like atoi(), or atol() to verify that the user entered a number. {one cute method would be...}
// say...
Niky,
Here are some good books to start with :
Inside Visual C++ by David J. Kruglinski (MicroSoft Press)
ISBN : 1-55615-891-2 ( this is 1996 edition, you may want to check if a new edition is available)
Special Edition Using Visual C++ by Kate Grrgory (Prentice-Hall)
ISBN: 81-203-1527-8...
Foxx,
Inorder to achieve your task, you have following options:
1) Use CSocket class, (MFC)
2) Use CAsyncSocket Class (MFC)
3) Use socket programming. (Raw socket programming)
The first two choices involve using MFC's built in classes. For more help on these just explore MSDN CD(the on-line...
In VC++; switch to the File View (Class View, Resource View, File View are the three available options). Right Click on the Project name that appears as the root of All the project files (it would be labelled as:
"YourProjectName Files".) From the pop-up menu Select the option...
IUnknown,
When u use VC++, the default LIB directory is :< ....\VC98\MFC\LIB >. You can change it by :
Select "Tools->Options" Now click on the tab labelled "Directories". In the drop down combo box titled "Show Directories for" select "Include...
cybertincho, It's difficult to give you complete details of this, i will only point you to some source.
This is done through the class CFile ('and you thought CFile would only deal with files). In Visual C++ (MFC), ports are treated as CFile objects. Normal file write/read operations apply to...
hi all<br>i am new in flash.<br>According to my knowledge its difficult to import mp3 into<br>a flash movie but one could do this by converting mp3 into <br>wav format.<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.