User profile: leander g

User info
User name:leander g
Name:Leander G.
Location:Somewhere ...
Bio:(my username is not my real name, obviously ...)

I just recently got into "programming for PCs" with C++.

I have some experience with C and assembler for embedded microprocessors.

So all of this "object oriented" and "high level" stuff is pretty new to me, but I think I might be able to do some interesting stuff with it.


I work as an electronics engineer for a company makes electrical test & measurement equipment.

I guess that's all that needs to be said about me ...
History
Joined:
Number of posts:54
Latest posts:

Interacting with a vector of objects derived from base class
Ah ok, got it. All of this virtual stuff is new to me and I have picked up a few bits of knowledge ...

Interacting with a vector of objects derived from base class
Thanks for the quick answer! The solution of your first answer is what I was looking for. It didn't...

Interacting with a vector of objects derived from base class
I am currently trying to wrap my head around how to actually work with derived / inherited classes, ...

Just ran into my first "Program Received signal SIGSEGV" error. Some thoughts ...
[quote]they have seemingly random values consider yourself lucky. If it would have 0 randomly, then...

Just ran into my first "Program Received signal SIGSEGV" error. Some thoughts ...
[quote]I am not using "vector at" because I can't figure out how that would work with 2D vectors Le...