Posts

my new dimension

Hi, Awaken after long long sleep. To speed up things. Testing this post to see if I can use iblogger for my post [Posted with iBlogger from my iPhone]

My First Generosity - split function

Here My first try to put some useful VC++ code.. This is function which similar to VB Split command more or less of STRTOK with output as an array. If need include this as I am using CString for an array out. //#include <afx.h> //#include <afxcmn.h> Function here follows. CString *split(CString str,char delimiter) { long len=0; if(str.IsEmpty()) return NULL; len=str.GetLength(); CString *st; st=new CString[len]; int c=0; while(1) { int pos=str.Find(delimiter); if(pos!=-1) { st[c]=str.Left(pos); str.Delete(0,pos+1); } else { st[c]=str; break; } c++; } return st; } This function can be used with different delimiters, as an example here below: CString strFulltext = "Hello World this is Abhay Menon"; CString *strArry = split(strFulltext,' '); output like: strArray[0]="Hello" strArr

About MySelf

About MySelf Abhay Menon Background I am from Delhi and now in Bangalore, KA, India. I have been a computer enthusiast since childhood. This has been my hobby, which now has turned to profession. Though it has not been smooth ride for me and have struggled on my way up 🎢. Early Days 🧩 I have been average student and have been schooled from Bluebells International , Delhi and Bal Bhavan Public School , Delhi. I graduate in Bachelor of Information Technology from Indra Gandhi National Open University aka IGNOU (Delhi, India) along with Higher National Diploma in Computing from BTEC UK then a combined course offer by IGNOU. Later I completed Post Graduate Diploma in Advanced Software Design and Development from CDAC (Noida, UP, India) and Master of Computer Application from Sikkim Manipal University. Professional Days 🧩 I have work for multiple company’s like RMSI PVT LTD (Noida), Rolta India Ltd (Gurgaon) and now in WS ATKINS INDIA PVT LTD (Bangalore