Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

What Studio should I use to learn C?

Name: fag 2008-06-15 3:12

Hey /prog/ quick question:

I've decided to learn C, I've got some basic programming knowledge from basic/pascal etc so I was recommended to just use the K&R white book to learn.

What studio (is this the correct terminology) should I use to write programs to learn C though? the equivalent to VB/Delphi, C Studio?

Name: Anonymous 2008-06-15 3:15

emacs

Name: Anonymous 2008-06-15 3:21

Can I use a Text editor (Like Notepad++) and compile it with a separate compiler?

Name: Anonymous 2008-06-15 3:22

the equivalent to VB/Delphi is ms visual c++ studio, but you should listen to >>2 instead

Name: Anonymous 2008-06-15 3:23

fuck Notepad++, Programmer's Notepad 2 is what you need.

And mingw

Name: Anonymous 2008-06-15 3:25

>>4

I can compile code in emacs, right?

Name: Anonymous 2008-06-15 3:38

VB

I think this is grounds for killing yourself.

Name: Anonymous 2008-06-15 3:40

>>2
I think you meant VIM

Name: Anonymous 2008-06-15 3:43

I assume you mean text editor/IDE instead of studio. Studio just sounds ridiculous. I'm telling you this now so that in the future you don't appear foolish in front of others.

Back to your question, I would recommend anything with at least:
* Syntax highlighting
* Some form of auto-completion

So probably Notepad++ with gcc or visual studio 2005 express. Don't go with Emacs, it's too confusing, especially for beginners (in before pretentious emacs nerds boasting about their meta ctrl fetishes. we're here to program, not to play stepmania with our keyboards.)

Name: Anonymous 2008-06-15 3:51

M-x stepmania

Name: Anonymous 2008-06-15 3:52

>>9

Thanks, I downloaded gcc and I have to compile it before I can use it right? do I compile it though the command line or what? can't see anywhere in the install dir which tells you what to use

Name: Anonymous 2008-06-15 4:07

>>11
The gcc code from the gcc homepage won't compile under Windows.  You need to use MinGW as previous posters suggested.  It has a gcc that runs under Windows. http://www.mingw.org/

Name: Anonymous 2008-06-15 6:16

Just use Notepad for Windows or vi on *nix, and whatever C compiler you want (if you're under Windows, MS gives away its compiler for free, and on *nix there's gcc)


I've got some basic programming knowledge from basic/pascal
Forget all of it. ALL of it. Better to start from new if you're learnign a real language.

Name: Anonymous 2008-06-15 6:24

Don't listen to these faggots.

Go to http://www.bloodshed.net/devcpp.html

Download Dev-CPP 5 (Beta).  There is no better IDE setup for a beginner.  The project has been abandoned but it's still very good.

Name: Anonymous 2008-06-15 6:31

>>14
Uhm, Code::Blocks.

Name: Anonymous 2008-06-15 6:37

>>14
DO NOT LISTEN TO THIS FAGGOT.
Seriously, DevCpp is the WORST fucking IDE one can use. It's the like the Nintendo Wii of programming ides.
Avoid at all costs.

Name: Anonymous 2008-06-15 6:50

>>16
Why? Other than indent problems, looks good.

Name: Anonymous 2008-06-15 7:46

>>17
Crashes a lot
Built-in debugger is erratic at best
If you're going to do C++ the supplied GCC version has problems with STL lists

Name: Anonymous 2008-06-15 10:28

ECLIPSE.ORG

Name: Anonymous 2008-06-15 10:56

>>16
devcpp's development has stopped anyway. So code::blocks or VS.

Name: Anonymous 2008-06-15 11:03

>>16
I think CodeWarrior might be worse. It's got fun features like "CRASH THE ENTIRE IDE IF YOU DEREFERENCE A NULL POINTER IN DEBUG MODE". Not to mention the official Nintendo toolchains almost require you to use it.

Name: Anonymous 2008-06-15 11:28

Hey gaiz, forced VS fag here (by skool).

How much better is code:blocks compared to VS? How much worse?

Just wondering if I should bother to give it a try.

Name: Anonymous 2008-06-15 11:38

Take VC++ express edition. Newbie-friendly, good features, and you won't have to mess with shit like MinGW: the compiler comes with it, installed etc.

Name: Anonymous 2008-06-15 11:50

>>22
VS has better compiler/debugger integration. It has intellisense, but CB's is better and faster and CB's syntax highlighting isn't a piece of shit. On the grounds of runtime debugging I'd use VS. VS for newbs.

Name: Anonymous 2008-06-15 13:19

>>9
I assume you mean text editor/IDE instead of studio. Studio just sounds ridiculous. I'm telling you this now so that in the future you don't appear foolish in front of others.

GET. THE. FUCK. OUT.

Name: Anonymous 2008-06-15 13:30

Dev-cpp never crashes, faggot

Name: Anonymous 2008-06-15 13:31

>>25
You have issues.

Name: Anonymous 2008-06-15 13:35

vim+tcsh+gcc+ld+gdb

Name: Anonymous 2008-06-15 13:36

>>26
It does on my Debian Ubuntu, faggot.

Name: Anonymous 2008-06-15 13:52

>>29
>I am using a Windows program on some bullshit Linux OS
oh see there's your problem

Name: Anonymous 2008-06-15 13:55

vim+zsh+gcc+ld+gas+gdb+gcov+gprof

Name: Anonymous 2008-06-15 14:31


>>30
What the fuck are you talking about Ubuntu Debian is Linux now Window$$ faggot

Name: Anonymous 2008-06-15 14:41

>>32
YHBT

Name: Anonymous 2008-06-15 15:05

>>32
>I am using a Windows program on some bullshit Linux OS
>Ubuntu Debian is Linux now
>I am using a Windows program on some bullshit Linux OS
>Ubuntu Debian is Linux now
>I am using a Windows program on some bullshit Linux OS
>Ubuntu Debian is Linux now
>I am using a Windows program on some bullshit Linux OS
>Ubuntu Debian is Linux now

>on some bullshit Linux OS
>Ubuntu Debian is Linux
>bullshit Linux OS
>Debian is Linux

>Linux OS
>Debian is Linux

Learn to read, nigger-tits

Name: Anonymous 2008-06-15 15:12

>>34
HELLO, I SEE THAT YOU HAVE BEEN TROLLT.

Name: Anonymous 2008-06-15 15:31

Trolls ruined thread. Sage.

Install cygwin, read the whole man page on gcc and you are good to go.

Name: Anonymous 2008-06-15 15:57

>>36
The gcc manpage is hella long!

Name: Anonymous 2008-06-15 16:25

>>37
Wow.

Name: Anonymous 2008-06-15 17:26

GNU Emacs + GNU Make + GNU Compiler Collection running on Debian

Name: Anonymous 2008-06-15 17:42

>>37
Yes. But it's worth reading.

Name: Anonymous 2008-06-15 21:44

$ man gcc
No manual entry for gcc
See 'man 7 undocumented' for help when manual pages are not available.

Name: Anonymous 2008-06-15 22:56

tcc and ed.

Name: Anonymous 2008-06-15 22:57

>>42
TCC FUCKING SUCKS, GTFO

Name: Anonymous 2008-06-15 23:25

Name: Anonymous 2008-06-16 5:46

Textmate. Watch the screencasts.

Name: Anonymous 2008-06-16 7:02

Dev-C++ ready to go, waiting for passengers

Name: Anonymous 2008-06-16 7:20

Name: Anonymous 2008-06-16 12:30

This thread sucks beyond the /prog/ standards

Name: Anonymous 2008-06-16 19:04

www.eclipse.org
with CDT plugin

Name: Anonymous 2008-06-16 22:34

>>49
KING OF IDES. Thread over.

Name: Anonymous 2008-06-16 22:51

>>51

it's the worst piece of shit ever invented and it's written in fucking java

Name: Anonymous 2008-06-16 23:44

>>51
in b4 ENTERPRISE NETBEANS

Name: Anonymous 2008-06-17 0:30

>>52
I'd use NetBeans over Eclipse any day, and have been forced to use both over the past few semesters.
Though at home I use vi.

Name: Anonymous 2008-06-17 1:11

>>53
NetBeans is like crushing your own balls with a hammer. Eclipse is like a breath of fresh air. vi is not worth mentioning.

Name: Anonymous 2008-06-17 2:30

>>54
NetBeans is like crushing your own balls with a hammer. Eclipse is like cutting off your balls, which feels like a breath of fresh air after using NetBeans. After using Eclipse you don't have the balls to use vi.
fixed.

Name: ​​​​​​​​​​ 2010-09-07 14:49

Name: Anonymous 2010-11-15 13:27

Name: Anonymous 2010-12-17 1:39

This post brought to you by the Gay Nigger Association of America

Name: Sgt.Kabukimanय垍 2012-05-24 6:09

All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy

Name: bampu pantsu 2012-05-29 3:51

bampu pantsu

Don't change these.
Name: Email:
Entire Thread Thread List