Timeline for Programming Languages Through The Years
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Apr 16, 2015 at 8:59 | history | edited | bacchusbeale | CC BY-SA 3.0 |
correct answer
|
| Apr 16, 2015 at 1:35 | comment | added | B. Szonye |
The std namespace and new header names like <iostream> are specific to Standard C++, which would be good to note in the answer. Speaking of the latter, this code has some problems, like missing #include directives, and main() declared as void (instead of int), which makes this code very much not Standard C++.
|
|
| Apr 14, 2015 at 2:56 | comment | added | bacchusbeale | @Calvin'sHobbies what's wrong with it now? | |
| Apr 14, 2015 at 0:35 | history | edited | bacchusbeale | CC BY-SA 3.0 |
explanation
|
| Apr 13, 2015 at 21:09 | comment | added | Calvin's Hobbies | I'd suggest calling this C++98 because as is your language name is read as "Standard C++ C++ Wiki". It would also be best if you can explain a bit about how C++98 differs from other versions of C++ and if any of those differences are present in your code. Otherwise posting this 1998 standard of C++ doesn't mean much. | |
| Apr 13, 2015 at 21:01 | history | edited | Calvin's Hobbies | CC BY-SA 3.0 |
fixed title formatting
|
| Apr 13, 2015 at 20:54 | history | answered | bacchusbeale | CC BY-SA 3.0 |