Re: Which compiler for a learner of C?
- From: rzed <rzantow@xxxxxxxxx>
- Date: Thu, 28 Sep 2006 15:54:01 -0400
"pkirk25" <patrick@xxxxxxxxx> wrote in
news:1159471482.316426.126330@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
BRG wrote:
pkirk25 wrote:Actually, while it looks nice enough, it doesn't compile my
existing C code.
.\parameters.cpp(13) : error C2440: 'initializing' : cannot
convert from 'void *' to 'char *'
Conversion from 'void*' to pointer to non-'void'
requires an
explicit cast
Also it swaps you in warnings like
.\parameters.cpp(38) : warning C4996: 'strcpy' was declared
deprecated
C is not C++, remember. If your file names are *.cpp, I'm dubious
that your compiler is trying to compile them as C.
--
rzed
.
- References:
- Which compiler for a learner of C?
- From: pkirk25
- Re: Which compiler for a learner of C?
- From: BRG
- Re: Which compiler for a learner of C?
- From: pkirk25
- Which compiler for a learner of C?
- Prev by Date: Re: Which compiler for a learner of C?
- Next by Date: Re: Which compiler for a learner of C?
- Previous by thread: Re: Which compiler for a learner of C?
- Next by thread: Re: Which compiler for a learner of C?
- Index(es):
Relevant Pages
|