User profile: DTSCode

User info
User name:DTSCode
Email:dtscode@gmail.com
Name:Dragon Tooth Software
Website:http://www.dragontoothsoftware.com //local lamp server for now
Statistical data
Birthdate:Jun 12, 1996
Gender:Male
Occupation:Programmer
Skills:C
PHP
C++
Java
Javascript
Python
GO
History
Joined:
Number of posts:754
Latest posts:

Issues with cin
unless your doing c++ 11 in which case you dont need the .c_str()

Choosing input streams
So I built an interpreter for a language I made, but I can't get the streams right. I have an istrea...

Issues with cin
thats not how that works. you use ifstream::open(char* FileName) // can also specify flags after fi...

Program hangs on function call
change the && on line 144 to an ||

Mouse positioning inside a window
if its console, ncurses or pdcurses if its gui on windows, im sure there is something in the windows...