Page 1 of 1

ctype.h questions

Posted: Thu May 07, 2009 6:00 am
by tonymac
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.

Re: ctype.h questions

Posted: Mon Sep 07, 2009 7:32 pm
by Andyhhp
Could you post the compiler errors please?

~Andrew

Re: ctype.h questions

Posted: Mon Jun 21, 2010 12:27 am
by GhostXoP_Development
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.

ctype h questions

Posted: Sun Mar 03, 2019 1:11 pm
by Geraldneume
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.