c++
lundi 30 mars 2015
OpenGl viewport zooming
›
I'm a bit new in opengl so please bear with me. I have a viewport window like this http://ift.tt/1GFZsoQ I have implemented a zoom in a...
Creating a NTP client with no prior network programming experience. Where do I start?
›
I have a task to implement a NTP client in C/C++. I have not done much programming in the networking area before and i'm not really sure...
Find the number of steps required to reach at the top of ladder
›
I have one question, where i have to climb a ladder of N steps. I have to follow this rule to reach at the top of ladder 1. Take one step 2....
Voronoi diagram of point clusters?
›
Is there a way to compute the voronoi diagram of groups of points? I.e. all points with the same label/value should be entirely contained by...
Passing reference of packed struct member to template. gcc bug?
›
I encountered a problem, passing struct member to a template function. The function's goal is to take the address and size of the member...
C++ template function specialization as an argument of template function
›
Consider a c++ template function specialization : namespace test { template < const int L, typename InputIt > typename std::iter...
How to allocate memory for object of the derived class by pointer of the base class using malloc?
›
For example there is a chain class A { int a; int b; public: A(); }; class B: public A { int c; char b; public: B() }; In ordinary way to to...
›
Accueil
Afficher la version Web