Difference between revisions of "Basics : Develop Simple Apps Fedora"

From CDOT Wiki
Jump to: navigation, search
(Your First C Program in Eclipse)
(Basic Eclipse in Fedora Linux)
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Your First C Program in Eclipse ==
+
== Basic Eclipse in Fedora Linux ==
The first thing you have to do is to select the C/C++ perspective. You can do this by clicking the icon pointed to by the red arrow and selecting C/C++.  [[Image:Screenshot-3.png|thumb]]
+
# [[Your First C Program in Fedora Eclipse]]
 
+
# [[Your First Java Program in Fedora Eclipse]]
 
+
# [[Your First Connection to a SVN Repository]]
 
+
# [[Your First JUnit Test Case Run]]
 
+
# [[Using Your Own SVN Repository]]
 
+
# [[Performing Your First Commit]]
 
 
Your workbench is now configured for C/C++ development. [[Image:Screenshot-4.png|thumb]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Next select '''File, New, C Project''' from the main menu.  [[Image:Screenshot-5.png|thumb]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Enter the name of your project, '''FirstCProject''', and for the executable type select '''Hello World ANSI C Project''', and then click on the '''Finish''' button. [[Image:Screenshot-7.png|thumb]]
 

Latest revision as of 21:16, 22 January 2011