Programming c/C++ in centos

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Programming c/C++ in centos
# 1  
Old 01-08-2016
Programming c/C++ in centos

Hello friends

I am beginner in centos
I work with advanced scientific programming in C,.
I need greatest ide in c, c++ in centos 6,..
some suggestion?
# 2  
Old 01-08-2016
This is completely subjective - what is 'greatest' for me may be awful for you.

I would start by trying out different ones, for example, Eclipse is very good for most things but has some weird make rules.

What you will get here in this thread is a lot of 'xxx is the Best!' You are the one who is stuck with having to work through issues with your IDE, not some other coder 8000 km away.

Because I have used UltraEdit for the past 15 years I tend to like it. Not because it is really a good IDE necessarily, but because I've learned how to do all kinds of things with it. Having to relearn a wholly new environment would be, for me, an unacceptable waste of time.
This User Gave Thanks to jim mcnamara For This Post:
# 3  
Old 01-08-2016
You're forum member for more than 4.5 years and that is your post?!

What is where you stuck?
And what is your question?
We shall provide you with ideas for youto code?
Why not just code something you've done earlier, since you seem to have an understanding issue with CentOS, compared to your previous OS, which you didnt name.

Now, THE ANSWER! (a general training suggestion)
Make a calculator! Yay!

Have fun or be more clear.
This User Gave Thanks to sea For This Post:
# 4  
Old 01-08-2016
right I understood Jim, I think more or less like you,..
Sea and Jim thank you for your reply,..
about me i come from Slackware, i programm using gcc directly of bash, then i programm directly using emacs, bash and shell script, i think i will continue like that,..

---------- Post updated at 08:01 PM ---------- Previous update was at 12:59 PM ----------

i understand your point sea,..
this because I programm very great in C,.
but i programm only for numerical in physics,..
but i know next to nothing about unix, i programm very much in C though,.
i use linux cause is more efficiently for physics,..
i love c though,..only programm in c,..
# 5  
Old 01-09-2016
Then keep coding in C. (#/++)
That is the bonus of that language, it 'works' everywhere, once you ran the compiler (gcc or g++).

Bash is a shell script language, and therefor interpreted.
That is not really something to compare with C.

If you want to write a string function in C, just try something like:
Code:
char myprint(char *string) {
	printf("%s\n",string);
	return(0);
}

However, i still dont get the point of your post, sorry.
Are you not sure wether C is available on Unix?
Are you not sure wether your editor is available?
Are you asking for recomodations for coding langauge or editor?

It is all about freedom of choice.
Everything is working everywhere, and if not available from 'house' (out of the box) you can always compile the missing parts (you want) to get the system you need.

If this all should have missed your issue, please be more specific.

Hope this helps

EDIT:
Oh wait, CentOS and Slackware are even closer than any of the 2 compared with BSD/*nix
Main difference is the package manager, thats about it.
This User Gave Thanks to sea For This Post:
# 6  
Old 01-09-2016
in general in slacware i was programming using emacs, and gcc directly from command line, shell script i was using for helping i plot graphics in gnuplot while my code run, i do this perfectly and without problem,..

by the way,.
1) Can i put gnuplot without problem in centos?

my point, Sea, is this:
2) do you think would be better, instead i programm with some ide,..?

about c#, c++, 99% of my problems i resolve with c.... for while i don't need c# or c++

my priority is speed, instead i go to #/++, i am thining do assembly...

---------- Post updated at 10:57 AM ---------- Previous update was at 10:32 AM ----------

ok i installed gnuplot
its ok,.
i think i wont have problems,..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

From iOS programming to Linux system programming

Hello. I like Linux and C programming language. Allways wanted to understand kernel and become a Linux system programmer. And I also like Objective-C and iOS. These two programming areas have relations: 1. Linux and iOS are UNIX-like systems, POSIX compliant. 2. It is useful to know C language... (2 Replies)
Discussion started by: Rockatansky
2 Replies

2. Red Hat

How to Upgrade Centos 5.7 using Centos 5.8 ISO image on Vmware workstation

Dear Linux Experts, On my windows 7 desktop with the help of Vmware workstation (Version 7.1), created virtual machine and installed Centos 5.7 successfully using ISO image. Query : Is this possible to upgrade the Centos 5.7 using Centos 5.8 ISO image to Centos version 5.8?.. if yes kindly... (2 Replies)
Discussion started by: Ananthcn
2 Replies

3. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

4. Programming

C Programming - Hardware Programming

Can someone help me on suggesting some ways to access the memory content in RAM directly from C/C++ source code. Please provide me any book name or any URL so that I can get an exhaustive knowledge over it. If possible please give me some tips on interacting with hardwares directly through... (3 Replies)
Discussion started by: nandumishra
3 Replies

5. UNIX for Dummies Questions & Answers

Carreer:Networking Programming in Unix (C programming Language)

Hello, I am trying to learn Networking Programming in C in unix enviorment. I want to know how good it is to become a network programmer. i am crazy about Network programming but i also want to opt for the best carreer options. Anybody experienced Network Programmer, please tell me is my... (5 Replies)
Discussion started by: vibhory2j
5 Replies

6. Programming

c programming or unix programming!?

i would like advice on the usbject of c programming (in the middle of reading a book on C). could i benefit more if i apply that knowledge in the unix format if i were able to, or would that take the point out of learning C, basically I want to stay away from strying too far away from unix and use... (1 Reply)
Discussion started by: moxxx68
1 Replies
Login or Register to Ask a Question