• HOME
  • ABOUT US
  • SERVICES
  • PORTFOLIO
  • BLOG
Connection Quest Connection Quest
  • HOME
  • ABOUT US
  • SERVICES
  • PORTFOLIO
  • BLOG
Connection Quest

Connection Quest Blog

Home / Connection Quest Blog
  • Show all
  • Clean C++
  • Tips & Tricks
Test!
Clean C++
31 July 2020

Test!

Learn how to thoroughly and continuously inspect your code against...
Marko Jovic
0
Prepare your defense
Clean C++
29 July 2020

Prepare your defense

Learn how to protect your programs from unwanted and unexpected...
Marko Jovic
0
Concurrency control
Clean C++
23 July 2020

Concurrency control

Find out how to effectively use your parallelism-enabled hardware by...
Marko Jovic
0
Sequencing
Clean C++
16 July 2020

Sequencing

As software engineers, it’s fairly common for us to arrange things in sequences...
Marko Jovic
0
Qt Environment for Android
Tips & Tricks
14 July 2020

Qt Environment for Android

Welcome to Connection Quest‘s first post in our grand adventure, using Qt...
Viktorija Lerotić
0
Be generic
Clean C++
9 July 2020

Be generic

Learn how to write more generalized and easier to change code with...
Marko Jovic
0
Java Native Interface with Qt
Tips & Tricks
6 July 2020

Java Native Interface with Qt

Learn how to run Java code from native applications and libraries written in other languages such as...
Marko Jovic
1
Forming class(es)
Clean C++
2 July 2020

Forming class(es)

Learn how to make a connection between the design of a class and its functionality...
Marko Jovic
0
Objects vs. Data Structures
Clean C++
25 June 2020

Objects vs. Data Structures

As you surely know, C++ supports object-oriented programming (OOP)...
Marko Jovic
0
12