Summary: Hi, I'm trying to write a program in C++ using VS 2008 that will do some file processing, then call a program called scip (http://scip.zib.de/) and ge...
Summary: Hello everyone. I have a problem that i canīt seem to find the answer for. I want to know the current location from where my .exe file is executed, ...
Summary: pretty much finished getting my little app to run and have a question about the system() command. i'm using a command line app called nconvert to pr...
Summary: You need a tutorial off the Internet. Just find one with Google. I would recommend you find two or three. Having the same information fed in differ...
Summary: I am using the "sytem("net send") command in a C++ program I am writing. I want the actual command that is sent to the consol to be "net send user mes...
Summary: Hello, i'm just messing around right now in C++ and i'm trying to make my own little "search" utility b/c the one in windows xp is horribly slow and i...
Summary: hey im running xp pro sp2 and im lerning C++. i need a app to work in win xp pro. i only got DJGPP so i need a diffrent compiler. I would relly like o...
Summary: In Microsoft Visual C++ if you choose "Win32 Console Application" you produce a DOS-like applictation that uses the regular "main" function. The "hell...
Summary: I have written a mathematical programm using c++ (MicrosoftVisualStudio.NET) which basically calculates new matrices from one input-matrix of dimensio...
Summary: To create dynamic system calls, just build the string first, before you pass it to system(). You can use the sprintf() function to write a string to ...
Summary: Uou can use the INet control (Microsoft Internet Transfer Control) ----- Dim b() as Byte Dim FileNo as Integer b() = Inet1.OpenURL("http://www.whateve...
Summary: I used Visual C++ 6.0. Both functions worked for me. I used this main to call both functions in turn: void main() { // _MAX_PATH is the maximum lengt...
Summary: Here is my 2 cents: Either language will do, however, if you come from Java, stay with Java. C# is basically C++ b---tardized with Java, so you shoul...
Summary: Hi The hexadecimal system is base 16. Therefore, it requires 16 digits. The digits 0 through 9 are used, along with the letters A through F, which rep...
Summary: Jeff, I took no offense whatsoever at your "Booch" reference. I was simply curious as to what you were talking about. By the way,I was afraid my use o...
Summary: I am trying to figure out if there is a media player with remote capabilities. If not, i would like to write one and need some advice. A little backgr...
Summary: I have an options dialog with a number of radio buttons on it. How can I retrieve the status of the controls with the main dialog when the options dl...
Summary: Hi Created a dialog (MFC / Visual C++) with 3 edit boxes one after other, I need to place the cursor in the 2nd edit box when the program executed. H...
Summary: Using Microsoft visual C++ 6.0, how can I make an MFC application execute another program (for example C:\windows\control.exe)when a button is pressed...
Summary: I believe your statement about the mainline calling a subroutine, then the program remains in the subroutins, is your problem. The mainline should cal...
Summary: Or, you could do it it one line: START "C:\Program Files\call of duty game of the year edition\CODMP.exe" "If it jams, force it. If it breaks, it need...
Summary: I have this program I wrote in VB.net. Basicly the program is messager that uses NTs Net Send service to send a message to a computer on a LAN. I w...