Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Programming & Scripting
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Programming & Scripting A place to discuss website design, programming, shell scripts, etc

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-Dec-2007, 21:18
RobertQQ
Guest
 
Posts: n/a
Thumbs up

Hi all!! I was wondering if anyone knows of good and simple to learn c++ compiler for openSuse 10.2?? And if you could tell me what i do to download it....yes yes im a newbie . Thanks For the help!
  #2 (permalink)  
Old 11-Dec-2007, 21:24
ken_yap
Guest
 
Posts: n/a
Default

It's on your DVD or you can get it from the repository, just search for c++ in YaST.
  #3 (permalink)  
Old 11-Dec-2007, 21:35
RobertQQ
Guest
 
Posts: n/a
Default

I searched in yast and came up with nothing. Do you know of a Good ide for suse 10.2?? Thanks again for the help
  #4 (permalink)  
Old 11-Dec-2007, 21:47
ken_yap
Guest
 
Posts: n/a
Default

You must have not registered the SUSE OSS repository. See the opensuse.org for lists of official repositories and how to add them.

Sorry I use vim, not an IDE.
  #5 (permalink)  
Old 11-Dec-2007, 21:53
ambidextrous
Guest
 
Posts: n/a
Default

kate is a great editor and g++ is a great compiler. works for me ;-)
  #6 (permalink)  
Old 11-Dec-2007, 22:41
AndrewTheArt
Guest
 
Posts: n/a
Default

Try this guide I made in the past -

http://www.suseforums.net/index.php?showtopic=37479&hl=
  #7 (permalink)  
Old 12-Dec-2007, 11:46
Phoenix76
Guest
 
Posts: n/a
Default

to compile a source file: g++ -o sourcefile sourcefile.cpp , where sourcefile.cpp is your source code file, written in C++, and with the .cpp extension. That will make an executable file in the same directory with the name "sourcefile". Type "./sourcefile" to execute (run) your source file.
  #8 (permalink)  
Old 12-Dec-2007, 22:57
DareDefyMe
Guest
 
Posts: n/a
Default

I think Eclipse IDE has support for C++ now? Someone confirm or correct me on that.
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2