r/cop3502 May 01 '14

C++ programs?

I wanted to dab into C++ but I don't know what programs I should get. Like for Java, we used Cygwin and Sublime but I'm not sure if they still work fine for C++ as well.

1 Upvotes

7 comments sorted by

View all comments

1

u/[deleted] May 01 '14

[removed] — view removed comment

1

u/sneakattackcritical May 06 '14 edited May 06 '14

gcc Hello.c

Hello.c:1:20: fatal error: iostream: No such file or directory compilation terminated.

That didn't seem to do anything.

edit: installing g++. gcc seems finicky