ctype.h questions

Help and discussing programming in C and C++.

Moderator:Moderators

Post Reply
tonymac
Posts:1
Joined:Thu May 07, 2009 5:53 am
ctype.h questions

Post by tonymac » Thu May 07, 2009 6:00 am

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.

Andyhhp
Moderator
Posts:387
Joined:Tue Oct 23, 2007 10:05 am
Location:127.0.0.1
Contact:

Re: ctype.h questions

Post by Andyhhp » Mon Sep 07, 2009 7:32 pm

Could you post the compiler errors please?

~Andrew
Image

GhostXoP_Development
Posts:4
Joined:Mon Jun 21, 2010 12:23 am

Re: ctype.h questions

Post by GhostXoP_Development » Mon Jun 21, 2010 12:27 am

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

Geraldneume
Posts:2
Joined:Sat Mar 02, 2019 6:03 pm
Location:Belarus
Contact:

ctype h questions

Post by Geraldneume » Sun Mar 03, 2019 1:11 pm

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.

Post Reply