| Author |
Message |
Rahhstah
Veteran Dog


Joined: 24 Apr 2002 Posts: 7965
Location: Ground Penguin meat Burgers Rule!
|
Posted:
Sat Nov 01, 2003 5:41 pm Post subject: c or c++ compile for me, pwetty pwease |
|
Ok I think this is c, or c++... but...who can compile it fer me?
*Code removed..it's google'able elsewhere if you need it...
|
Last edited by Rahhstah on Mon Nov 03, 2003 3:47 am; edited 1 time in total
|
|
|
|
|
Lycander
Lead Dog


Joined: 24 May 2002 Age: 25 Posts: 12198
Location: The Constitution State
|
Posted:
Sat Nov 01, 2003 7:09 pm Post subject: |
|
|
|
|
|
yooeinstein
Cat Chaser


Joined: 31 May 2002 Posts: 493
Location: DC Metro Area
|
Posted:
Sat Nov 01, 2003 7:14 pm Post subject: |
|
This is a C++ program that probably wont run it calls on other functions not written in this program and looks to have pointers.....
So you will likely not be able to run this without the rest of the program....
Good luck
later.... |
|
|
|
|
|
|
yooeinstein
Cat Chaser


Joined: 31 May 2002 Posts: 493
Location: DC Metro Area
|
Posted:
Sat Nov 01, 2003 7:19 pm Post subject: |
|
oh, I see what this program does hmmm.....
But will it work thats the question..... |
|
|
|
|
|
|
Lycander
Lead Dog


Joined: 24 May 2002 Age: 25 Posts: 12198
Location: The Constitution State
|
Posted:
Sat Nov 01, 2003 11:17 pm Post subject: |
|
Well, technically it's just a console app written in C. Nothing C++ about it, syntax wise, and it doesn't even use the standard C++ libs/namespaces. Notice the #include <windows.h> the only call it is needed for is exit(1) which might just be a Win32 API function, could have been just a return 0;
All the other function calls are just calls into the C runtime (CRT) like printf(), fopen(), fread(), fclose(), etc.
If this app does work, then the password encryption of PCAnywhere really sucks |
|
|
|
|
|
|
Rahhstah
Veteran Dog


Joined: 24 Apr 2002 Posts: 7965
Location: Ground Penguin meat Burgers Rule!
|
Posted:
Sun Nov 02, 2003 12:29 am Post subject: |
|
1) Yes it works, thank you very much Lycander! How do I send you a beer?!
2) PC ANywhere password protection is horrid. Do a GOOGLE for you, you'll find that code pasted in a few places... |
|
|
|
|
|
|
|
|