661 reputation
1313
bio website thinkinpatterns.net
location Venezuela
age 26
visits member for 1 year, 1 month
seen 1 hour ago
stats profile views 46

I'm a software engineer at Smartmatic, I currently live in Venezuela and programming and technology are my passions.


1h
answered Passing scalar and array data in C++ with pointers
May
15
answered Why use namespace if iostream is imported
May
11
comment Wrong prototype, cant seem to know what im doing wrong
void maxDistances(City, int , int &, int &) ; should be void maxDistances(City[], int , int &, int &) ;
May
11
answered Wrong prototype, cant seem to know what im doing wrong
May
11
revised What is the 'this' pointer?
added 1 characters in body
May
11
answered What is the 'this' pointer?
May
11
comment dereferencing when constructing dynamic object
A very big one, beside there is zero gain in dereferencing it, since you still will have to delete, and you wont forget to dereference it when its needed (I.E passing as argument to a function) because then it wont compile.
May
10
comment Checking if an object exists after calling Activator.GetObject
Did you mean IMyType replica = IMyType)Activator.GetObject(typeof(IMyType), "tcp://localhost:" + location + "/Server");?
May
10
answered can a method be overloaded with different arguments?
May
10
answered Using * operator when dealing with abstract data types in C++
May
10
revised Copy from vector<pointer*> to vector<pointer*> in C++
deleted 22 characters in body
May
10
answered Copy from vector<pointer*> to vector<pointer*> in C++
May
4
revised Shared objects with libraries and directory inclusions in Cmake
deleted 1004 characters in body
May
4
revised Shared objects with libraries and directory inclusions in Cmake
added 1529 characters in body
May
4
comment Shared objects with libraries and directory inclusions in Cmake
Oh those are dynamic libs, then you DO need a CMakeLists in each folder, let me update the post.
May
4
revised Shared objects with libraries and directory inclusions in Cmake
added 461 characters in body
May
4
revised Shared objects with libraries and directory inclusions in Cmake
added 461 characters in body
May
4
answered Shared objects with libraries and directory inclusions in Cmake
Apr
23
awarded  Popular Question
Mar
28
awarded  Yearling