Hacker Newsnew | past | comments | ask | show | jobs | submit | high5's commentslogin

Wow! Based on the response to what appears to be resume bait it seems IT must be really hurting :(


You are making a flawed assertion, for what reason only you know. This is a regular thing to do on HN:

https://www.google.com/search?q=ask+hn+who+wants+to+be+hired

https://www.google.com/search?q=ask+hn+who+is+hiring


> someone suggested that I might be using the wrong command to build the program and, instead of cpp, I should use g++ (Gnu C++ compiler).

I suspect the OP was using GCC to compile the C++ code so not the wrong build command the wrong compiler.

GCC is the GNU C Compiler and g++ is the GNU C++ compiler, two totally compilers for two totally different languages.

I see this as nothing more than an example of how well modern day IDEs hide the command line from the developer, so much so that when they actually try to do something from the command line it feels like a foreign and strange place.


Zeus is a language neutral programmer's editor/IDE which includes support for the Go language.

This latest version has been updated to support the Go 1.3 release.

A list of some of the Zeus features specific to Go can be found here:

http://www.zeusedit.com/go.html

A list of other features new to this release can be found here:

http://www.zeusedit.com/ze397t.html

NOTE: Zeus is shareware, runs natively on the Windows platform and runs on Linux using Wine.


Why not come up with some in-file indexing system (i.e. define a Keywords or Topic section using a unique text pattern) and then configure ctags so that it can scan a given file for that information.

You could then just run ctags from inside Vim to give you a full index.


Is this what you have in mind? https://github.com/Jonovono/C


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: