Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Problems with code blocks and code lite ?
I've been using Dev c++ and that works good. But I think it's too old I want to use either code blocks or code lite but every time I try to compile code with them nothing comes up. I've typed up a basic hello world program and nothing flashes or comes up. What do I have to do to make my code visible ?
1 Answer
- tbshmkrLv 71 decade agoFavorite Answer
CodeBlocks
=
[Build (Compile)]
[Keyboard] Ctrl + F9
-
OR
-
[Mouse] Build >> Build
- - -
[Run]
[Keyboard] Ctrl + F10
-
OR
-
[Mouse] Build >> Run