BeginnersCPP.com- Episode 2: Simple variables and Cin
Uploader Comments (SkyeShatter)
All Comments (10)
-
thx for your help i just reinstalled everything and it all worked fine after, that is a good solution if anyone else runs into this problem
-
I like how you explain things good job
-
@FoxHoundUnit89 You're welcome. I'm still trying to find a more straightforward way to work the compiler than that, but I haven't seen anything on the netbeans documentation about it.
-
@SkyeShatter That fixed it. Thanks for that and thanks for all these videos, they're very well made.
-
@FoxHoundUnit89 Try restarting the compiler, There are times when the compiler kind of 'locks up' and needs to be restarted. It shouldn't happen, but it does. If that doesn't solve it, please copy paste your code to ideone.com and send me a link and I'll see if anything is wrong.
-
I write this program exactly as you have it and it does nothing. It doesn't give me an error, but it also doesn't prompt for the variables.
hi i tried to modify it but it wouldnt work so i copied it exactly like yours and it still comes up blank, it also doesnt show an error but it does nothing at the same time here is the link if you could see what is wrong with it
ZohebKarmali 7 months ago
@ZohebKarmali That sounds a lot like an internal terminal crash, it's an error that will hopefully be fixed in the next revision on netbeans, for now you can work around it by doing what it outlined in this video watch?v=uFKgXzLsb2c
SkyeShatter 7 months ago
Nice tutorials, going to go through them all when I have time :)
Lixen 8 months ago
@Lixen I hope you continue with them. The difficulty definitely ramps up from here, but if you stick with it you'll understand in no time. C++ is about 20% language and 75% syntax, 5% memory.
SkyeShatter 8 months ago