Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~423 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for soccermiles

I would like to embed the python interpreter, but not in the way most other people do. I don't need to multi-thread unless it's necessary to do as follows... What I need is control over when execution happens. More specifically, I would like to use a python script to call …

Member Avatar for soccermiles
0
269
Member Avatar for maybnxtseasn

If you use the second one, it will not work normally as a copy constructor. Instead of passing it a Cent, you'll have to pass it a "Cent*", because while a Cent can be implicitly converted into a "Cent&", it cannot be converted implicitly into a "Cent*". You can keep …

Member Avatar for Fbody
0
94
Member Avatar for soccermiles

I am still not professional/experienced enough to be considered a programmer, and have had no real education on the subject (that's why I came here). I learned basic java and am currently in the process of switching to C++, due to the terrifying discovery :icon_eek: that Java won't get me …

Member Avatar for maceman
0
60

The End.