Turbo C++

supun75

Member
Sep 18, 2007
4,425
23
0
Machan la podi udawwak oni!!!
mata turbo C++ gena dena ganna ona karanawa
eeka aluth language ekakda?
mee kaale use karana C language ekakda eeka?
 

Ranhiru

Member
Feb 2, 2007
6,438
42
0
Inside FIREFOX
C wage thama machan poddak....habai syntax eka wenas machan C++ wala :D
Habai C dannawa nam C++ igena ganna amaaru naa :D

Habai C kiyanna procedural language ekak... C++ kiyanne Object Oriented Programming language ekak...ae hinda object oriented programming concepts tikak dena ganna one :D
 

kasuncs

Well-known member
  • May 21, 2007
    3,590
    271
    83
    Machan la podi udawwak oni!!!
    mata turbo C++ gena dena ganna ona karanawa
    eeka aluth language ekakda?
    mee kaale use karana C language ekakda eeka?

    Use Visual Studio 2008 or 2010. Natnam debug karanna wenne hinen tamayi.
     

    Ranhiru

    Member
    Feb 2, 2007
    6,438
    42
    0
    Inside FIREFOX
    Machan la podi udawwak oni!!!
    mata turbo C++ gena dena ganna ona karanawa
    eeka aluth language ekakda?
    mee kaale use karana C language ekakda eeka?

    Actually machan Turbo C++ kiyanne Borland company eka hadapu C++ walin code karanna help karana software ekak (IDE ekak)

    C++ thama machan programming language eka....

    C++ walin code karanna Visual Studio, Borland Turbo C++, Dev C++ or Netbeans wage ona IDE ekak use karanna puluwan....
     

    supun75

    Member
    Sep 18, 2007
    4,425
    23
    0
    Actually machan Turbo C++ kiyanne Borland company eka hadapu C++ walin code karanna help karana software ekak (IDE ekak)

    C++ thama machan programming language eka....

    C++ walin code karanna Visual Studio, Borland Turbo C++, Dev C++ or Netbeans wage ona IDE ekak use karanna puluwan....

    siraavata? machan mama IDM ekata gihnin keewa mata c++ course ekak igena ganna oni kiyala.un puluwan kyala Rs 10000 uth gathhta..eeth un ethana karanne turbo C++ 4.5 kiyala ekak..mun maawa rawattala ee kiyanne?
     

    Ranhiru

    Member
    Feb 2, 2007
    6,438
    42
    0
    Inside FIREFOX
    siraavata? machan mama IDM ekata gihnin keewa mata c++ course ekak igena ganna oni kiyala.un puluwan kyala Rs 10000 uth gathhta..eeth un ethana karanne turbo C++ 4.5 kiyala ekak..mun maawa rawattala ee kiyanne?

    rawattala kiyalama kiyanna baa machan.... habai machan IDM eken machan Turbo C++ kiyana IDE gena witharak teach karanawa nam wedak naa ne... C++ programming language ekath Turbo C++ IDE ekath ekkama teach karanawa wenna one machan :)

    Habai ithin mona kiwwath C++ thama programming language eka... Turbo C++ kiyannae IDE eka :D
     

    madurax86

    Member
    Jun 29, 2006
    4,385
    88
    0
    C++ is a new version of C which supports OOP(Object Oriented Programming) which is a way of helping the programmers to reuse their code effectively and to handle functions much more easily(much like making the compiler more intelligent) BUT OOP is not a service that's available on hardware it's just a programming concept(which is virtual). C on the other hand is more oriented to the machine even though it is considered as a high level language it has similarities with ASM(Assembler) and it is fast. But you'll lack OOP(mainly; there are a bunch of other improvements in C++ too)
    I mentioned all that in order to give you an intro. Turbo C++ is an IDE(Integrated Development Environment) to write C++ programs, all this is done to help the programmer to produce working code, fast.
    C is used still for most low level work, and ASM is too still used. They are not "OLD" languages they are simplified versions of the computers' true language, the more we are close to it's language, the work done by that code will be faster.
     
    Last edited:

    supun75

    Member
    Sep 18, 2007
    4,425
    23
    0
    C++ is a new version of C which supports OOP(Object Oriented Programming) which is a way of helping the programmers to reuse their code effectively and to handle functions much more easily(much like making the compiler more intelligent) BUT OOP is not a service that's available on hardware it's just a programming concept(which is virtual). C on the other hand is more oriented to the machine even though it is considered as a high level language it has similarities with ASM(Assembler) and it is fast. But you'll lack OOP(mainly; there are a bunch of other improvements in C++ too)
    I mentioned all that in order to give you an intro. Turbo C++ is an IDE(Integrated Development Environment) to write C++ programs, all this is done to help the programmer to produce working code, fast.
    C is used still for most low level work, and ASM is too still used. They are not "OLD" languages they are simplified versions of the computers' true language, the more we are close to it's language, the work done by that code will be faster.



    thx machan for the info