News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

I've been looking for a CHM for Code Blocks for WIN

Started by pawos, March 12, 2019, 10:00:30 AM

Previous topic - Next topic

pawos

Hi,

The FIRST:
I need to have a CHM for simple instruction like a if, switch, case ....
I am looking for my son who is starting up with programming
as well as for me, who comming back.

Also
The SECOND:
What is with Borland compiler. I worked with Borland many years ago and he was simply the best. What is it like now?

Best regards
Pueblo

BlueHazzard

Quote
The FIRST:
I need to have a CHM for simple instruction like a if, switch, case ....
I am looking for my son who is starting up with programming
as well as for me, who comming back.
The internet is full of programming tutorials and references. From easy to hardcore you can google for it...
Codeblocks is an ide and we do not support programming questions. Only questions related to codeblocks are supported in this forum...

QuoteWhat is with Borland compiler. I worked with Borland many years ago and he was simply the best. What is it like now?
Codeblocks supports the old borland compiler as far as compiling goes. How the old compiler runs on current oses, i do not know. The best supported compiler today is gcc and on windows the mingw port of gcc. As a beginner i would use this compiler... There is an updated borland out there, but i think codeblocks has problems with it...