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
Ranked #55.0K
~226 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for jk_bscomp

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 …

Member Avatar for wise_monkey
0
101
Member Avatar for rapperhuj

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 …

Member Avatar for wise_monkey
0
125

The End.