+ 1
How to make print the string without using #include<iostream>? Create a your own method to cout the string and post here
5 Antworten
+ 9
https://stackoverflow.com/questions/33052540/how-to-create-my-own-cout-and-cerr-class
general advise seems to be "don't"
+ 8
You always have <cstdio>.
+ 8
It might be in your interest to read this thread.
https://www.garagegames.com/community/forums/viewthread/142867
As @Jay has pointed out, the general advice is "don't".
+ 2
i dont want to include anything , i should create that. how to do that?
+ 2
thank you @jay and @Hatsy Rei.