【問題】要學C語言,該使用何種軟體寫呢?


Recommended Posts

Dev C++

Virsual C++

gcc + notepad++

三選一吧

是Visual C++吧...

Dev C++的介面很好上手(我是用這學的)

另外...學完C...不等於會C++

應該說

兩個的樣子很像

還有...

C++真的深入的時候

內容就跟C不一樣了喔(深奧許多)

鏈接文章
分享到其他網站
但它支援市面上所有Complier,您說的不支援。

Apparently, you have not done any research at all, regarding what I've said.

One of the IDEs that I've mentioned is the KDevelop IDE, furthermore, the KDevelop IDE does support other compilers than the gcc, see the screenshot below:

kdevelop-projectoptions-configure.jpg

The above screenshot demostrated that KDevelop is indeed capable of using different compiler settings, and is able to adapt to different need of the users.

Therefore, I hereby suggest you to research at least a bit, before misinforming the public.

Just a note for you, the Visual C++ complier ( hereby refered to as the "cl" ), does NOT fully follow the international standards for C. One of the very obvious example is the declaration of the integers defined by C99, eg:


typedef signed __int64 int64_t;
typedef unsigned __int64 uint64_t;
typedef signed __int32 int32_t;
typedef unsigned __int32 uint32_t;
typedef signed __int16 int16_t;
typedef unsigned __int16 uint16_t;
typedef signed __int8 int8_t;
typedef unsigned __int8 uint8_t;

These are supposed to be defined in the stdint.h, which cl DOES NOT SHIP.

鏈接文章
分享到其他網站
  • 3 weeks later...

請登入後來留意見

在登入之後,您才能留意見



立即登入