User profile: Renthalkx97

User info
User name:Renthalkx97
Email:renthalkx@gmail.com
Name:Jeremy Lyda
Location:Youngstown, Ohio
Statistical data
Gender:Male
Occupation:Other
Skills:C++
Java
History
Joined:
Number of posts:152
Latest posts:

Need help turning a string to an int
[code] #include <iostream> int main() { std::string str = "Helle World!"; unsigned sum = 0; fo...

getline causing Segmentation fault
Probably is just an isolated incident as I can't reproduce it either.

Where to begin? (Application development)
I know I was just simply stating that if the WINAPI doesn't work out for you, there's java which is ...

Passing user-input array size to constructor
As I said before it's probably all dependent on your compiler. That code will not compile under Visu...

map to function via pointer.
It's personal preference really. Pointers and references basically both do the same exact thing exce...