What is CLI/C++ exactly? How does it differ from 'normal' c++?

Viewed 6432

Let me clarify what I mean by 'normal' C++ first- I'm currently reading Walter Savitch's "Problem Solving in C++". As far as I am aware this is not written specifically for Microsoft or Unix. So my question is, how does what I am learning in this book (which I am using for my universal knowledge-gaining of c++) differ from what I keep reading about CLI C++?

Is CLI C++ just what I would encounter if I used Visual C++? I'm totally confused.

3 Answers
Related