User: SmeeAfshin

  • Public profile

User profile: SmeeAfshin

User info
User name:SmeeAfshin
Name:Smee Afshin
Location:Switzerland
Bio:Back in the time when I was a school boy I learned C for some reason, probably because I considered it as cool. That sentence expresses a lot about my mental sanity and about my rank on the school yard. As social incompetance and madness both qualify you for becoming a scientist, I studied Chemistry. When I grew older and became short in spare time, I switched to languages that were more convenient. I returned to C++ when I had to write time-critical and low-level applications for business.

I do programming on two platforms, Windows and Android, and in three languages, C++, Java and Python.
My current active main interest is applications for serial communication, my passive main interest is embedded systems (July 2013). Programming is 90% hobby and 10% professional to me.
Statistical data
Birthdate:Dec 9, 1976
Gender:Male
Occupation:Other
Skills:C++
Java
Python
History
Joined:
Number of posts:12
Latest posts:

Making a program using C++
Either use the windows API as described on the MSDN, which is rather cumbersome imho, or go for an ...

Separating a String into Integers
[code] for (unsigned int i = 0; i < s.size(); i++) { cout << atoi( s.substr(i, 1).c_str() ); } [/co...

Use of iterator across files and classes
Thank you, L B.

Use of iterator across files and classes
Thank you for the reassurance, Disch. The compiler does not complain about anything I'm doing in th...

Use of iterator across files and classes
Dear all, here's a few parts of a program I'm working at. It does compile, and it does work as exp...

This user does not accept Private Messages