I was hoping to combine this tutorial with the for loop tutorial so that I could create a ten line text document, even if it said the same thing ten times. I'm comfortable writing the code for the loop and writing the code to write the one line document. How do I build the string to be 10 lines?
I found this tutorial quite helpful, and I like that you're moving into the more object part of "object-oriented programming". I'm hoping you'll eventually get into like GuI's and such. Keep up the good work.
Comment removed
rohanneelgund 1 month ago
so dude ...i want to ask ...does someone need the ".NET framework "to run cpp exe-s ? im not sure about it ..i just wanna ask ..xD @onlivegamer
MCBOSANOS 7 months ago
@MCBOSANOS If you build it in visual studio then it needs .Net framework because it uses .Net framework library's.
Libertarian4Liberty 2 days ago
Hi Sam
I was hoping to combine this tutorial with the for loop tutorial so that I could create a ten line text document, even if it said the same thing ten times. I'm comfortable writing the code for the loop and writing the code to write the one line document. How do I build the string to be 10 lines?
piesstube 9 months ago
how can u write a ne line?
loriancoltof 9 months ago
@loriancoltof i figured it out already. change the ofstream to fstream and then write "\r\n" for a new line
loriancoltof 9 months ago
@OklahomaHomestead yep
onlivegamer 11 months ago
I found this tutorial quite helpful, and I like that you're moving into the more object part of "object-oriented programming". I'm hoping you'll eventually get into like GuI's and such. Keep up the good work.
SiththeSmith 11 months ago
@OklahomaHomestead I'll make my next tutorials about that.
onlivegamer 11 months ago
@OklahomaHomestead Thanks, You gotta walk before you can run.
onlivegamer 11 months ago