Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
Code::Blocks C++ IDE
  • Xin
    Posts: 3,251
    I use this for my debugging and C++ programming its pretty good and stable.
    The download is here:http://www.codeblocks.org/downloads
    Xin
  • I usually use dev c++ Suits me XD
  • Xin
    Posts: 3,251
    Nice been a while since this post i tend to use standard gcc now, and i prefer C to C++ ,
    Xin
  • C++ is better due too OOPS concepts
  • Xin
    Posts: 3,251
    Yeah, im probably better at C++ ive purchased a number of books on it, ive just been doing c lately
    Xin
  • said:


    C++ is better due too OOPS concepts



    Slightly broken logic - There is nothing wrong with other paradigms such as Procedural or Functional. All it does it provoke a different mindset and program type, to be used in a different situation.

    While I agree that OOP is a top concept to learn, it does not make it "better".

    Just to clarify.
  • i tried hard to learn C and study it, until i ran into "structures vs unions". those damn things always confuse me. i think i understand ASM more than i do C logic
  • Sh3llc0d3
    Posts: 1,910
    Understanding ASM over C/C++ is insane! I'm dreading having to learn it on my current course. It's only the basics though thankfully.
  • well, with ASM , once you memorize your mnemonics, it isn't that hard. the hard part for me is the math (bit shifting/booleans/etc), along with knowing which registers you can use (AL vs AH/etc)

    it also helps when you know and memorize the values for INT tables. the rest of ASM , i will admit, is a real bitch for me. i never said i knew it whole-heartedly. i just feel my mind graps it's concepts more than it does with C programming logic