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
~434 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for ssesham1

Hi, I'm relatively new to C# and I'm trying to figure out how to print text as well as images that are present in a richtextbox. Right now, I'm able to print the text in the rtb using a StringReader to read lines and using e.Graphics.DrawString() to print the lines …

0
47
Member Avatar for ssesham1

Hi, I want to use a template function that is used to convert strings to numeric types in a non-templated class. I have: [CODE] class Reader { ... template <class T> T ConvertString (const std::string str); }; [/CODE] Is it possible for me to define the template function in an …

Member Avatar for thekashyap
0
387