Different output in Sololearn | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 4

Different output in Sololearn

New guy here, nice to meet you. I'm learning c++ to prepare my thesis next year. It's just me or the output for in the code playground is different from the actual c++ compiler? I made some personal note in my profile and it done what I want in Sololearn's code playground, but when I put the code in actual c++ compiler (TC30 and Borland C++) the output is different and it doesn't do what I wanted anymore. Feel free to correct my mistakes, as I'm new with c++. thank you :))

9th Jun 2017, 1:02 AM
Steff
Steff - avatar
6 ответов
+ 6
you can code here or you can download a free ide which supports c++98 and beyond. There are many available. Maybe suggest this to your professor as well. 25+ years in computers is a very very long time. Search for code::blocks Visual studio community edition these are two of my favourites. There are many more available
9th Jun 2017, 1:44 AM
jay
jay - avatar
+ 8
Turbo c++ 3.0 you mean? the one from 1991? please tell me it isnt so... if it is. that is the reason right there
9th Jun 2017, 1:09 AM
jay
jay - avatar
+ 6
It is obsolete. very much so. it doesnt support any c++ standard at all. Dare say it isnt your code that is the problem. If your code works here but not in your turbo c blame turbo c.
9th Jun 2017, 1:30 AM
jay
jay - avatar
+ 3
i'm not sure what Turbo C++ version I'm using. my prof never tell what version we're using. If it is, why? and if it isn't, am i making a mistake in my code?
9th Jun 2017, 1:15 AM
Steff
Steff - avatar
+ 3
so actually the TC30 is too outdated to support c++ standard, am I right? then, can I use sololearn's code playground to make actual code? i'm busy for work and sololearn saves me to learn code
9th Jun 2017, 1:36 AM
Steff
Steff - avatar
+ 3
wow, thank you so much! I'll keep that in mind :D
9th Jun 2017, 1:48 AM
Steff
Steff - avatar