Skip to content

Geek inside…

Coding, Computer Graphics & Music

  • Home
  • Références
  • Imalogic – Profesionnal experience
  • Contact
  • Visual Factory
Geek inside…

Tag: c++

December 19, 2022 dal

Open MP

The use of OpenMP can be very useful for optimizing your code’s performance. OpenMP is a parallel programming API that

Continue reading
December 19, 2022 dal

Intrinsic functions, SSE, AVX…

Normally, “intrinsics” refers to functions that are built-in — i.e. most standard library functions that the compiler can/will generate inline

Continue reading
March 14, 2018 dal

Fortify Static Code Analyzer

HP Fortify Static Code Analyzer (SCA) is a set of software security analyzers that search for violations of security-specific coding

Continue reading
March 14, 2018 dal

Retrieve the “ErrorLevel” for windows application

Testing ErrorLevel works for console applications, but this won’t work if you’re trying to run a windowed application (e.g. Win32-based)

Continue reading
May 16, 2017 dal

Do design patterns increase or decrease the complexity of an Application?

Complexity or not complexity ? If the person reading the code is aware of design patterns and their concept and

Continue reading
May 16, 2017 dal

First steps in Qt

Qt is used mainly for developing application software with graphical user interfaces (GUIs); however, programs without a GUI can be developed, such as command-line tools and

Continue reading
May 12, 2017 dal

Fractal Music Video

Fractal Music Video Done in a few hours using some modified shaders done in GLSL. Music are composed by me.

Continue reading
May 12, 2017 dal

C++ Functor

  A functor is pretty much just a class which defines the operator(). That lets you create objects which “look

Continue reading
May 11, 2017 dal

C++11 – Why Lambdas Rock

The problem C++ includes useful generic functions like std::for_each and std::transform, which can be very handy. Unfortunately they can also

Continue reading
May 11, 2017 dal

Several issues of porting C++ code to the 64-bit platform

  Introduction x86-64 is a bit of a special case – for many architectures (eg. SPARC), compiling an application for

Continue reading
May 11, 2017 dal

How to hunt memory leaks using Visual Studio

Make sure you compile debug version of your project. Press F5 (Start Debugging) Do whatever you suspect to leak memory,

Continue reading
March 28, 2017 dal

Active Directory Overview

Introduction Keeping track of everything on your network is a time-consuming task. Even on small networks, users tend to have

Continue reading
November 18, 2016 dal

IoT – First impression of Atmel Environment

I have started to adapt and debug  a firmware for an IoT project a few month ago… This hardware is

Continue reading
WordPress Theme: Wellington by ThemeZee.
 

Loading Comments...
 

You must be logged in to post a comment.