Installation and where to run challenges

CAN I RUN C++ DATA STRUCTURES USING CODE BLOCKS AND WILL CHALLENGES IN COURSE RUN IN CODING BLOCKS IDE

Code Blocks is an offline IDE whereas Coding Blocks IDE (ide.codingblocks.com) is an opensource online IDE.
You can practice your coding anywhere you like. Both support STL classes and other data structures that you would need for your coding.
If you intend to use Code Blocks , make sure you change your compiler settings to use C++11 or C++14 version or you might face a little problem later when you practice advanced Data Structures.

As for the challenges , you can code on any of these IDEs you like and try various testcases. When you think your code works for the given problem , submit it on your online portal challenges or on HackerBlocks contest to get the points.

REPLY TO THIS POST ASAP