Re: Which compiler for a learner of C?
- From: "pkirk25" <patrick@xxxxxxxxx>
- Date: 28 Sep 2006 12:24:42 -0700
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
.
- Follow-Ups:
- Re: Which compiler for a learner of C?
- From: Mark McIntyre
- Re: Which compiler for a learner of C?
- From: BRG
- Re: Which compiler for a learner of C?
- From: rzed
- Re: Which compiler for a learner of C?
- From: Ben Pfaff
- Re: Which compiler for a learner of C?
- References:
- Which compiler for a learner of C?
- From: pkirk25
- Re: Which compiler for a learner of C?
- From: BRG
- Which compiler for a learner of C?
- Prev by Date: Re: How function works internally
- 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
|