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
Welcome!
John
Hi RedGhost,
Welcome to the forum.
Did you consider using MASM with PellesC ?
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!