• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

linux or redhat? and some questions

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i havent used linux but i am thinking about it. which is better linux or redhat? does a program compiled in visual c++ 6 work in that. in which language in linux or redhat programed in? how many applications are there for linux? to program in linux which compiler should i use?
thanks
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. RedHat is Linux - just one of the many distributions available.
2. No, Microsoft Windows executables don't run under anything but Microsoft Windows - although Wine is a product that can make Linux look enough like Windows to run many Windows apps.
3. Almost all of Linux is written in C, though the innermost kernel may contain some assembly language.
4. How many applications are there for linux? Lots! Almost anything available for Windows has a Linux counterpart.
5. to program in linux which compiler should i use? We're a little biased towards Java here, I think , but Linux distributions such as Red Hat come with more languages than Microsoft provides for $1500 or so, including C/C++, Ada, Lisp/Scheme, Perl, Java, Fortran, Python, and more. Even a COBOL is in the works.
 
Please do not shoot the fish in this barrel. But you can shoot at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic