Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I'm trying to create a windows application in VB .net and i'm having some trouble accessing some of the available functions. I'm trying to use the isalpha function (among others) - which are in the ctype.h library (in C++). But I'm stumped as to how to include or import it. Adding a reference to Visual C++ didn't seem to work, do I put an #include or imports at the top or something? Thanks for your help
Posted
You shouldn't need to do that anyway, Char has shared members like IsDigit, IsLetter, IsDigitOrLetter, etc..

-=splice=-

It's not my fault I'm a Genius!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...