History

ObjT 1.2
 
 Changed: Complett Syntax

 Deleted: WinApi 

ObjT 1.3 

 Added: EndProgramm
 Added: */ and /* for morelines comments
 Added: void{ and void} to Generate a function
 Added: ~ use it to Round a Number

 Removed: line-numbers 

ObjT 1.3.2
 
 It's an interpreter and not a converter

 Removed: All things 

 Added: MessageBox for a MsgBox

Changed: EndProgramm to End 

ObjT 1.3.3 X1

 Added: var for the declaration of one variabele
 Added: InputBox for a InputBox
 Added: do loop
 Added: for loop
 Added: if request 

ObjT 1.4 //The first stable version!

 Added: struct //For a struct like C/C++
 Added: cout //For writting in a Console
 Added: Replace //For Replace a string
 Added: ObjT-IDE //for writing ObjT code
 Added: Switch //For a Switch Case request
 Added: #include
 Added: istraem.objt and ostream.objt // you can use it for istreams and ostreams(Warning: before you can use it you must include it(Warning: you can include only one Data))

 Changed: var Syntax
 Changed: do Syntax
 Changed: if Syntax
 Changed: for Syntax
 Changed: MessageBox Syntax
 Changed: InputBox Syntax 

 Deleted: func 
 Deleted: varAufruf, because it's was to silly :-)

 WARNING: The ObjT-IDE has many Bugs, because it's a Beta-Version :-) 

ObjT 1.4.4 X1

 Fixed: if-request-Bug
 
 Added: StrRegExReplace
 Added: StrLen
 Added: StrMid
 Added: StrLeft
 Added: StrRight
 Added: StrTrimLeft
 Added: StrTrimRight
 Added: SendKey
 Added: IFSTREAM::IFSTREAMIS (#include<ifstream>)
 Added: OFSTREAM::OFSTREAMIS (#include<ofstream>)
 Added: IFSTREAMLINE::IFSTREAMISLINE (#include<istreamline>)
 Added: GoTo
 Added: Syntax highlighting (ObjT-IDE)
 
 Changed: for Syntax
 Changed: do Syntax
 Changed: switch Syntax
 Changed: if Syntax
 Changed: Replace to StrReplace

 Fixed: Save-Bug (ObjT-IDE)

 Deleted: istream and ostream (Header)
 
