Need C/c++ Compiler :

A Member? Please Login  
type your username and password to login
Date: August 30, 2008, 06:35 AM
234936 members and 135089 Topics
Latest Member: Rhwqfsnb
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  Need C/c++ Compiler :
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Need C/c++ Compiler :  (Read 290 views)
RuuDie (m)
Need C/c++ Compiler :
« on: November 17, 2006, 09:20 PM »

hey NairaLanders ,

can anybody tell me where i can get a good C/C++ compiler and possibly free e-books ,  u can send the info 2 my email - ruudsoftware@hotmail.com!
be very greatful!
sbucareer (f)
Re: Need C/c++ Compiler :
« #1 on: November 18, 2006, 03:24 AM »


Borland C++ Compiler 5.5 install and this is how you configure it


SET CLASSPATH
--------------------------------------

SET BORLAND_HOME=C:\Borland\BCC55
SET PATH=%PATH%;%BORLAND_HOME%\bin


Installing and running the Command Line Tools
-----------------------------------------------

1. Run freecommandlinetools.exe; choose the
   drive and folder into which you want to
   install the free C++Builder 5 command line
   tool development system.
   
2. From the bin directory of your installation:
   a. Add "c:\Borland\Bcc55"
      to the existing path
   b. Create a bcc32.cfg file which will set
      the compiler options for the Include
      and Lib paths (-I and -L switches to
      compiler) by adding these lines:
      -I"c:\Borland\Bcc55\include"
      -L"c:\Borland\Bcc55\lib"
   c. Create an ilink32.cfg file which will set
      the linker option for the Lib path by
      adding this line:
      -L"c:\Borland\Bcc55\lib"


Example

save this file c:\Borland\Bcc55\bin\bcc32.cfg

 -I"c:\Borland\Bcc55\include"
 -L"c:\Borland\Bcc55\lib"


save this file c:\Borland\Bcc55\bin\ilink32.cfg

-L"c:\Borland\Bcc55\lib"


When you type c:\>bcc32 on commandline you should be able to see some info come up


Then download Programmers File Editor Make a shortcut to pfd.exe to your desktop.

Write a small C/C++ program i.e.

#include <iostream.h>

main(){
    cout << "Hellow World";
}//End main

Save as hello.cpp. Remember use the PFE IDE to type up this. Do what is on the picture



* compile.JPG (87.76 KB, 960x723 )
sbucareer (f)
Re: Need C/c++ Compiler :
« #2 on: November 18, 2006, 12:42 PM »



You can use the Programmer's File Editor to compile Java. Just do the following:


Compile
---------------------------

Command: javac %f
Directory: %u\%d


execute
---------------------

Command: java %n
Directory: %u\%d


Infact, you can use it to compile any language as long as you the the compiler invoker i.e.

Command: <invoker> %f
Directory: %u\%d
RuuDie (m)
Re: Need C/c++ Compiler :
« #3 on: November 25, 2006, 03:05 PM »

thanx a mill man , 
lord_Nebu
Re: Need C/c++ Compiler :
« #4 on: November 26, 2006, 05:09 PM »

hey i prefer u go for bloodshed c++  ok maybe its called devc++ at bloodshed.net  i prefer that to borland,  borland is unnecessary complex
 Creating A Personal Website  Pass Any Computer Certification Exams At Your First Attempt!  Firstlogic (i.t Solultions) Now In Surulere  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Job Talk Jobs/Vacancies (2) Career Talk Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.