Jump to content

which one you use tool for systemC?


carter

Recommended Posts

On Linux, if you use Vim, you can install several nice C++ helper scripts from www.vim.org to get functionality similar to Visual C++ (e.g. name completion). Using The graphical mode (i.e. -g or gvim) yields a pleasant development environment where you can view directories, edit multiple files, compile them and perform quick fixes.

Link to comment
Share on other sites

On Linux, if you use Vim, you can install several nice C++ helper scripts from www.vim.org to get functionality similar to Visual C++ (e.g. name completion). Using The graphical mode (i.e. -g or gvim) yields a pleasant development environment where you can view directories, edit multiple files, compile them and perform quick fixes.

Thank you Sir,

Yes i use in linux.

So would you please let me know exactly link?

Link to comment
Share on other sites

My favorite Vim plugin for C++ is Clang Complete <http://www.vim.org/scripts/script.php?script_id=3302>. Of course it requires that you install clang++/llvm <http://llvm.org/releases/download.html>. Clang++ is an open-source C++ compiler with much better error messages than GCC.

 

Alternately, you can use the Vim plugin GCCsense <http://www.vim.org/scripts/script.php?script_id=1520>, which depends on ctags.

 

You will need to spend time to learn how to install and use these yourself.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...