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
Ranked #55.0K
2 Posted Topics
Re: GUI sites
Hi there, Personally I found the FLTK gui library very easy to use. Its a multi-platform library that has been designed to work on Win32 and unix/linux platforms. (I think it also runs on Mac OS). I'm an experienced C programmer, but am beginning C++ - so if you know …
you could try implementing your own version of strcmp? strcmp() maintains two pointers to char, one for the first string, one for the second - it compares the values of what the pointers point to (ie the value of the char currently being pointed to) - if this value is …
The End.
wise_monkey