I need to use c, c++, c#, orecal and sql server.

Asked by ravi2raw

I am a student of coumpter sience, and i need to use c, c++, c#, orecal and sql server. To practic what should i do. Help me out. THANKs

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu yelp Edit question
Assignee:
No assignee Edit question
Solved by:
Nandan Vaidya
Solved:
Last query:
Last reply:
Revision history for this message
Best Nandan Vaidya (gotunandan) said :
#1

you can install the package "build-essential" for C and C++ programming

Goto:
Applications -> Accessories -> Terminal
and type

$ sudo aptitude install build-essential

For C# you can use monodevelop
You will find it in the Software Center under the Applications menu

SQL Server is a microsoft product and therefore will not work on non-windows operating systems

As for Oracle, maybe you can follow instructions I wrote on my blog
http://tux-n00b.blogspot.com/2009/01/installing-oracle-10g-on-ubuntu-hardy.html

P.S. Sorry for the plug !

Revision history for this message
ravi2raw (ravi2raw) said :
#2

Thanks Nandan Vaidya, that solved my question.