Click here to Skip to main content
15,913,939 members
Home / Discussions / C#
   

C#

 
GeneralUnhandledExceptionEventArgs Problem Pin
Vasudevan Deepak Kumar15-Aug-05 21:43
Vasudevan Deepak Kumar15-Aug-05 21:43 
GeneralIs there some reporting tool for MySql with .NET Pin
signbit15-Aug-05 21:05
signbit15-Aug-05 21:05 
GeneralLate binding problem in C# (urgent) Pin
Sheel Gohe15-Aug-05 20:38
Sheel Gohe15-Aug-05 20:38 
GeneralRe: Late binding problem in C# (urgent) Pin
S. Senthil Kumar15-Aug-05 22:06
S. Senthil Kumar15-Aug-05 22:06 
GeneralRe: Late binding problem in C# (urgent) Pin
Stefan Troschuetz15-Aug-05 22:13
Stefan Troschuetz15-Aug-05 22:13 
Generalwanted to write an interpreter for a language of my own Pin
amitmohanty15-Aug-05 20:35
amitmohanty15-Aug-05 20:35 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar15-Aug-05 22:08
S. Senthil Kumar15-Aug-05 22:08 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty16-Aug-05 7:20
amitmohanty16-Aug-05 7:20 
Dear Senthil,
Thanks for your reply. In fact your code is my inspiration. I just don't want a command line interpretor like cmd.exe.
I want a more powerful add-in components. I am trying to write a computational software. My idea is something like this.

>> A=[1,2,3;3,4,5;6,7,8];

output should be displayed in the command prompt
A=[1,2,3;<br />
   3,4,5;<br />
   6,7,8];


This should define a matrix A.

>>Inverse(A)

this should call function Inverse and display the result from the function Inverse.

So, i want to know how modification I need to make in your code to understand these kind of commands at my command promt in the software.

Regards,
Amit
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar16-Aug-05 7:35
S. Senthil Kumar16-Aug-05 7:35 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty16-Aug-05 7:42
amitmohanty16-Aug-05 7:42 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar16-Aug-05 19:43
S. Senthil Kumar16-Aug-05 19:43 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty29-Aug-05 23:21
amitmohanty29-Aug-05 23:21 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar1-Sep-05 7:30
S. Senthil Kumar1-Sep-05 7:30 
GeneralRe: wanted to write an interpreter for a language of my own Pin
zitniet16-Aug-05 5:55
zitniet16-Aug-05 5:55 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty29-Aug-05 23:28
amitmohanty29-Aug-05 23:28 
QuestionNumbers in letters? Pin
Hadi Fakhreddine15-Aug-05 20:18
Hadi Fakhreddine15-Aug-05 20:18 
AnswerRe: Numbers in letters? Pin
Christian Graus15-Aug-05 20:24
protectorChristian Graus15-Aug-05 20:24 
GeneralRe: Numbers in letters? Pin
Hadi Fakhreddine15-Aug-05 20:32
Hadi Fakhreddine15-Aug-05 20:32 
GeneralRe: Numbers in letters? Pin
| Muhammad Waqas Butt |15-Aug-05 21:46
professional| Muhammad Waqas Butt |15-Aug-05 21:46 
GeneralRe: Numbers in letters? Pin
Hadi Fakhreddine16-Aug-05 0:22
Hadi Fakhreddine16-Aug-05 0:22 
GeneralRe: Numbers in letters? Pin
| Muhammad Waqas Butt |16-Aug-05 0:41
professional| Muhammad Waqas Butt |16-Aug-05 0:41 
GeneralRe: Numbers in letters? Pin
Christian Graus16-Aug-05 13:18
protectorChristian Graus16-Aug-05 13:18 
GeneralDecreasing application footprint Pin
Mridang Agarwalla15-Aug-05 20:12
Mridang Agarwalla15-Aug-05 20:12 
GeneralRe: Decreasing application footprint Pin
Christian Graus15-Aug-05 20:29
protectorChristian Graus15-Aug-05 20:29 
GeneralRe: Decreasing application footprint Pin
S. Senthil Kumar15-Aug-05 22:47
S. Senthil Kumar15-Aug-05 22:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.