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:51
Latest posts:

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...

Just ran into my first "Program Received signal SIGSEGV" error. Some thoughts ...
[quote]SimulationInformation.NumberOfEventsInString[RowToAddTo] seems redundant. Doesn't it just mim...

Just ran into my first "Program Received signal SIGSEGV" error. Some thoughts ...
Like I said, what is weirt is that the error occurs like this: [code] //... some code //Current num...

Just ran into my first "Program Received signal SIGSEGV" error. Some thoughts ...
[quote]Line 5: EventTable[RowToAddTo] could be EventTable.at(RowToAddTo). The latter always throws e...