NO

Author Topic: amazing!  (Read 3095 times)

RedGhost

  • Guest
amazing!
« on: October 17, 2005, 07:50:16 PM »
hmm i had almost lost all hope in C, the ide i used MSVS doesn't really offer direct outfront pure c support, and the only other decent ide (dev-cpp) has at&t inline syntax (which i dislike), and because commandline takes too much effort i had switched to fasm/nasm almost enirely

now i still prefer writting in asm, but Pelles C has given me a renewed hope in C, the fact it has support for #pragma and such things i was used to, the optimization options, the look and feel of it!

this is a truly amazing ide

=D>

*forgive the terrible spelling and grammar

JohnF

  • Guest
amazing!
« Reply #1 on: October 17, 2005, 09:26:14 PM »
Welcome!

John

Offline Vortex

  • Member
  • *
  • Posts: 802
    • http://www.vortex.masmcode.com
amazing!
« Reply #2 on: October 17, 2005, 11:07:04 PM »
Hi RedGhost,

Welcome to the forum.

Did you consider using MASM with PellesC ?
Code it... That's all...

RedGhost

  • Guest
amazing!
« Reply #3 on: October 17, 2005, 11:11:27 PM »
Quote from: "Vortex"
Hi RedGhost,

Welcome to the forum.

Did you consider using MASM with PellesC ?


dont really like masm, i find it is too high level and kind of slower compared to FASM/NASM but all inline syntax is masm so i can cope with it

also i do some assembly programming under linux (no c just asm) so i prefer one that is cross platform

and thanks for the welcome!