View Single Post
Old 27-02-2008, 02:25 AM   #1 (permalink)
rohan
In The Zone
 
rohan's Avatar
 
Join Date: Mar 2004
Location: Bangalore
Posts: 297
Default Pure hindi programming :P

was bored and tinkering around with VS08.. and ended up with this:



and well.. just so that you know.. this compiles perfectly with VS08 [and VS05 too]

the source along with the executable is bundled along.. don't try running the exe file on ur standard console.. it's unicode output so you'll just see junk. Use an unicode-enabled console or output to file while running...

to explain a few things:

उप्योगित नेमस्पेस सटड; translates to: using namespace std;
अंक, फ़्लोट, वर्ण translate to int, float and char

कबाहर translates to cout, कअन्दर translates to cin
अगर - वरना translates to if - else

somethings i forgot to add:
जबतक - for loop
तबतक - while loop; तबतक ... करो : do ... while loop

also.. i didn't have luck with hindi numerals.. have to work with latin ones only..

and .. seriously.. don't try this at home.. you'll be tearing your hair apart when the compiler starts giving errors just because u missed a matra somewhere
Attached Files
File Type: zip hindiOnlyCPP.zip (11.0 KB, 19 views)
__________________
If there wasn't greed, we still would have been single-celled organisms.
rohan is offline