Difference between revisions of "Software Development"

From Klaus' wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
For the ASE Herning programming Standard use this file [[file:ASE Herning Programming Standard.xml]] to quick format (Ctrl+Shift+F) in Eclipse. Import the file in Menu: Window -> Preferences -> C/C++ -> Code Style
 
For the ASE Herning programming Standard use this file [[file:ASE Herning Programming Standard.xml]] to quick format (Ctrl+Shift+F) in Eclipse. Import the file in Menu: Window -> Preferences -> C/C++ -> Code Style
 +
 +
How to get pthreads to work in Eclipse on Windows take a look at [http://klaus.ede.hih.au.dk/images/3/33/Guide_how_to_install_the_Threading_library_in_GNU_compiler_for_Windows.pdf this document] prepared by Flemming Christensen
  
 
[[Threads in Eclipse]] explains a little about threads in Eclipse.
 
[[Threads in Eclipse]] explains a little about threads in Eclipse.

Revision as of 15:23, 27 April 2016

cppunit unit testing for C++

Using SystemC

For the ASE Herning programming Standard use this file File:ASE Herning Programming Standard.xml to quick format (Ctrl+Shift+F) in Eclipse. Import the file in Menu: Window -> Preferences -> C/C++ -> Code Style

How to get pthreads to work in Eclipse on Windows take a look at this document prepared by Flemming Christensen

Threads in Eclipse explains a little about threads in Eclipse.

Using Conditional Compiling

Performance and Analysis tools

Vi(m) cheat sheet