ctype.h questions
Moderator:Moderators
I'm looking through the osdev series, and the definition for ctype.h is not working for me on MSVC 2005. Anytime I try to use any of the is___() macros I get compile faults. have you used them in any of your code, or is this possibly something you haven't had an issue with? I don't have enough experience with MSVC to resolve the problem myself, I'm using the environment to make a CLIB for a hobby OS I work on.
-
- Posts:4
- Joined:Mon Jun 21, 2010 12:23 am
Re: ctype.h questions
usually, problems with code, that are of a "standard" error, can be looked up in google, just by copying the line of the error in the error box, and pasting it on the google search engine. More then likely you will find a msdn link on the same error other people have been having, along with a resolution to the problem.
GhostXoP Head Software Engineer of the VolTroX Concept Engine Project
-
- Posts:2
- Joined:Sat Mar 02, 2019 6:03 pm
- Location:Belarus
- Contact:
ctype h questions
So I guess my advice is to Google up the ten most common stupid interview questions and fake up some bullshit to shovel at them.