Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Which tools to use for writing C++ programs for various OS

Status
Not open for further replies.

ash

Full Member level 3
Joined
Dec 25, 2002
Messages
151
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,298
Location
Europe
Activity points
1,051
c++ sample programs

Hi all,
I'm learning c++, i know writing code but i don't know which tools and compilers to use for multiple platforms. I have a lot of books and ebooks but they exlain only codes and applications for windows. How can i use same gui for windows and linux etc...?
 

use Java instead of C++ for multi-platform
 

a question too,
i wanna grow up my OOP skills, where to find sample but for real world programs?
 

Are not these posts only aimed to colect points?
 

to ChicoEsperto

NO, they are not! :evil:
 

Try using borland Kylix. You can write cross platform code to run on Windows or linux.
You can download a free evaluation version.
 

there are lots of compilers and can be found on internet.
 

You can use Borland tools (how wrote btbass) - Kylix (C++ and Pascal compiler) on Linux and C++ Builder (C++) or Delphi (Pascal) on Windows. All tools are available for free - Open or Personal Edition (but last time not for download :().

You can use also gcc compiler on Unix - https://www.gnu.org/software/gcc/gcc.html - and Cygwin - UNIX environment for Windows - (https://www.cygwin.com/).

... or just use native copilers on any system: gcc on unix and free borland 5.5 compiler or DJGPP (https://www.delorie.com/djgpp/) on Windows.

You will wind a lot of free or commercial tools.

Mickey
 

looking for c++ oop text book

Hi every one:

I am studying c++ oop, Could any one tell me. Which text book is better to understand oop.

Thank you!
 

@joe_chio :
If you would like to read something useful-> go : www.programmersheaven.com
If you really want to build oop projects easily, Use borland products ;)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top