Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

When You First Start Out In C++, Perl, Pascal & Other Languages You Will Ruun Into Problems Since You Need To Alter Your autoexec.bat But That Is A minor Probem, This Page Is Mainly About C++.
I Am Not Not C++ Programmer But I Do know some Of The Basics.
The Firts Thing You Need To Do Is Get The C Compiler To Know Where Everything Is Just Like When I asked A Retired Mainframe Programmer When I Asked If You Can Use Source From One C++ Compiler In Another!!!
This Is By Far The most Important Thing When You First Start Out!!!
Get Into Your autoexec.bat & Add To The Path Pretty Much Like This:
Lets Say We Are Adding GCC, Watcom Adds By Itself But Just GCC As A Example... If Your original autoexec.bat says:
path c:\windows Add It Like This:
c:\windows;c:\gcc\bin;c:\gcc\include
I Am Not Sure If Lib Needs to be Added But it Would Just Be Added Like This...
c:\windows;c:\gcc\bin;c:\gcc\include;c:\gcc\lib
The Same Is True With Perl, Quick Basic, QBasic, Turbo Pascal & Lots Of Other Stuff Like That...
Perl Is Not A Compiler But It Sure Does Add Power To A Web Site I You Have It!
Perl Is Not There on Every Server There Is, I Ran A Geocities Web Site & They Did Not Have It There, www.netfirms.com Is The VERY FIRST Web Space I Did Get Perl Running (Free Too!).
If You Want You Can Run You Own Computer As A Server, Xitami Is A Free Web Server That Will Run Perl, PHP, ASP, DOS & More!
QBasic, Quiick Basic, Visual Basic For DOS & All Those Languages & Interpreters Need To Find Everyting Just Like C++!
Sorry I Keep Getting Off Topic, The Boob Tube Is On...

OK, Is Time To Test That C++ Compiler If You Did Alter The Path in Your autoexec.bat, Here Is My Hello World & It Has Been Able To Compile in Every C++ Compiler I Did Try Yet!
#include
int main()
{
printf("Hello, World\n");
return 0;
}
Hope This Help Folk, I Did Not Learn Computers In School...
http://www.filegod.netfirms.com