Re: [ADVANCED-DOTNET] the file

2006-02-24 Thread Vijay Mahadevan
Hi everyone. Terribly sorry for the spam from my email address. I am not sure if it was a virus or if someone got hold of my password to send the spam but i've reset the password and i will soon know if it was the former. I haven't been checking the advanced-dotnet list for quite some time now an

Re: [ADVANCED-DOTNET] Reading a text file in fixed format

2005-11-09 Thread Vijay Mahadevan
Hi. Thanks for the prompt reply. Here's a small piece of the text file i am trying to read. * Table Input * * Tf Rhom Bor Tm. 5 6 0 0 * *** set # 1 * * Group No. 1 * *** DiffC Table * .500E+03 .7602200E+03 .8672700E+03 .9218800E+03 .150E+04 .6413994E+03 .7114275E+03 .76946

Re: [ADVANCED-DOTNET] Is C++ better over .NET Math library ?

2005-07-12 Thread Vijay Mahadevan
ent code easier. > >In all fairness, though, you could write something inefficient in C: >char * psz = strdup("text"); > >Optimizing the C++ to avoid this inefficiency would not translate to > the C >code. > >http:/

Re: [ADVANCED-DOTNET] Is C++ better over .NET Math library ?

2005-07-11 Thread Vijay Mahadevan
at's what i remember reading in one of the blogs > >at > >> MSDN. But like you said, a procedural language will definitely be > >faster > >> than any of the OOP languages, anytime ! > >> > >> Thanks for all the help guys. > >> >

Re: [ADVANCED-DOTNET] Is C++ better over .NET Math library ?

2005-07-07 Thread Vijay Mahadevan
Dixon, Thanks for the link. The article was useful but very broad based on all scientific applications. It has some good tips on maximizing and optimising the memory used in a virtual environment while using arrays, vectors and matrices. Though it is part of what i need, it doesn't answer my questi