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
~899 People Reached
Favorite Tags
Member Avatar for davidcraigster

Hi there! I am trying to figure out how to disable the iphone keyboard from popping up, when a text field is clicked. Is there a line a code to use? or maybe go into xcode and manipulate info.plist? Any kind of help is appreciated.

0
78
Member Avatar for davidcraigster

I'm creating a class for a text analysis for letter frequency. I am trying to compile it, but i'm having some problems. Could someone look at this for me? This is what I have so far: [CODE] class Analysis { private: string letters[26]; string text; int count; public: Analysis() { …

Member Avatar for Ancient Dragon
0
821