Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I know this is not a true Programming Forum, but this is a rather Newbie Question.
Can you use the editors like, BASH, VI, EMACS, etc. for writing C++ files? Or are they ONLY for scripts?
The main process I am writing, doesn't use a user interface. It uses interprocess communication like shared memory. But I don't need all of the graphics overhead that they KDE compiler uses. Which I think is a form a GNU.
Any help you can give will be deeply appreciated.
Thanks
LinxAI
Thanks Baldrick65,
I had thought it might work, but I am so new to this I wasn't sure.
I know that "LinuxQuestions" doesn't cover SUSE, but I thought this was pretty generic.
Just an FYI: the gnu compiler that comes with SUSE 9 is wrapped in some kind of KDE graphics wrapper and it's driving me nuts. You tell it to create a new project and I get the garbage I get at work with windows. (1000 lines of sourcecode later and then it gives me a blank slate for writing my program) Then I can write my 2 line program. ;-p
Originally posted by LinxAI I know that "LinuxQuestions" doesn't cover SUSE, but I thought this was pretty generic.
LQ covers SuSE - SuSE just doesn't yet choose to have an official presence and, thus, a subforum. If you did have something SuSE-specific you could really post it in whatever category was most appropriate but especially in the main 'Linux - Distributions' forum as opposed to a subforum. Plenty of SuSE users and generally knowledgeable folks around to help you out.
After reading some of the items in the distributions forum, I guess I was feeling a little like SUSE was on the outside looking in. Very glad to see that I misunderstood what was being said.
And I shouldn't be too surprised about SUSE. Considering I have been building Applications with Microsoft .NET, I shouldn't be too surprised. Mi*****ft doesn't want to officially help anyone either.
If it weren't for forum sites like this I would be still at,
Originally posted by LinxAI Thanks Baldrick65,
I had thought it might work, but I am so new to this I wasn't sure.
I know that "LinuxQuestions" doesn't cover SUSE, but I thought this was pretty generic.
Just an FYI: the gnu compiler that comes with SUSE 9 is wrapped in some kind of KDE graphics wrapper and it's driving me nuts. You tell it to create a new project and I get the garbage I get at work with windows. (1000 lines of sourcecode later and then it gives me a blank slate for writing my program) Then I can write my 2 line program. ;-p
Thanks Loads!
Are talking about KDevelop? That isnt the GNU compiler, it is just an IDE for program development, and is very useful for GUI applications and complex multi file projects.
LinuxAI: any unix text editor, (emacs, vi, nano/pico, kwrite, etc etc) will work for kind of text file...whether it be source, .txt, scripts, etc. The only
difference is their learning curve, for a simple commandline editor I use
nano or pico. Vi and Emacs are more 'leet' editors that require reading
a manual to use, so I dont enjoy those. If you have any programming questions you can email me directly, or post in the programming forum.
Originally posted by jinksys Vi and Emacs are more 'leet' editors
No VI is not a "leet" editor.
vi/vim is the default text editor in Slackware, which is why most people use it!! but some Slack people like to use "emacs" also........it's a matter of choice, which is what linux is about, right?
Originally posted by 320mb
No VI is not a "leet" editor.
lol
Quote:
vi/vim is the default text editor in Slackware, which is why most people use it!! but some Slack people like to use "emacs" also........it's a matter of choice, which is what linux is about, right?
One correction: in Slack vi is a symlink to elvis,
by default, not to vim.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.