User profile: jjlimax

User info
User name:jjlimax
Name:Kamil
Bio:I'm studing Automatics and Robotics engineering.
C++ is the pasion ... to make your dreams comes true...
History
Joined:
Number of posts:2
Latest posts:

Void Functions
[code]#include <iostream> #include <fstream> void line(char ch, int num); void rectangle(char...

ostringstream doesn't work with string and integer
This works for me. Try check your compiler settings. It is also possible that you have a strange sst...