Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Straying to C++
#5
If you include the header file "IOSTREAM.H" you can use this for print:

cout<<"Text Here"; same as print "Text Here";

cout<<"Text Here"<<endl; same as print "Text Here"

The pset routine is quite easy (especially if you are using an offscreen buffer) and there is a graphics header call graphics.h which allows you to program in "SCREEN 12". I wrote my own drawing functions for screen 13.

If you need any help email me at:

makk@iprimus.com.au.

I'd be happy to send you a copy of my header files.

You will need somthing like Borland Turbo C++ 3.0 (not MS Visual C++, becasue they don't allow DOS".

As for string functions. I assume you want LEN, INSTR, RIGHT$, LEFT$ etc.

They are all supported in a different way. Some of them you have to write small SUBS for. I have an excellent C++ tutorial I would be happy to send you.
Reply


Messages In This Thread
Straying to C++ - by fox - 02-12-2003, 07:11 PM
Straying to C++ - by SJ Zero - 02-12-2003, 08:21 PM
Re: Straying to C++ - by Piptol - 02-12-2003, 10:52 PM
Straying to C++ - by Agamemnus - 02-13-2003, 04:22 AM
Pset, print is easy!! - by fox - 02-13-2003, 05:19 AM
Straying to C++ - by Hexadecimal Disaster - 02-13-2003, 08:31 AM
hmm.... - by fox - 02-13-2003, 09:21 AM
Straying to C++ - by Hexadecimal Disaster - 02-13-2003, 09:48 AM
Straying to C++ - by relsoft - 02-14-2003, 10:57 AM
Straying to C++ - by LooseCaboose - 02-15-2003, 10:28 AM
Straying to C++ - by na_th_an - 02-15-2003, 07:18 PM
Straying to C++ - by Piptol - 02-15-2003, 08:32 PM
Straying to C++ - by toonski84 - 02-15-2003, 09:02 PM
Straying to C++ - by na_th_an - 02-15-2003, 09:43 PM
Straying to C++ - by Agamemnus - 02-15-2003, 10:53 PM
Straying to C++ - by na_th_an - 02-16-2003, 12:14 AM
Straying to C++ - by LooseCaboose - 02-18-2003, 04:09 AM
Straying to C++ - by na_th_an - 02-18-2003, 09:05 AM
Straying to C++ - by Hexadecimal Disaster - 02-18-2003, 09:30 AM
Straying to C++ - by LooseCaboose - 02-20-2003, 04:08 AM
Re: Straying to C++ - by fox - 05-25-2009, 06:13 AM
Re: Straying to C++ - by Ninkazu - 06-26-2009, 05:24 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)