User profile: PanGalactic

User info
User name:PanGalactic
Location:Colorado, US
Statistical data
Gender:Male
Occupation:Director
Skills:C
C++
Perl
Javascript
Python
Linux
Distributed Systems
Big Data
History
Joined:
Number of posts:1579
Latest posts:

struct vs class
[quote=georgep]I thought that struct couldn't have member functions? [/quote] Try it and see. Reall...

Alphabetically sort a vector
Can you show the full function signature so we have an idea about what the types are? And please pu...

Jobs section
I found a new job through the jobs board here.

Trouble with memory allocation
Is there a reason you are not using std::string and std::vector here?

How to schedule simultaneously two events using sigaction and itimerval structures in C++ ?
1. No -- "this" is not a function pointer. 2. No -- you coded them sequentially and that is how the...