Since 4/2/2012 5:57:52 AM, darkusang has written 2 articles and participated in 1 conversations. darkusang signature: darkusang
darkusang's articles:
Items(2) /1
PDF with IP Address Protection1114 (2/24/2005 4:52:31 PM) comp.text.pdf Hello, I purchased a couple of PDFs from an online store last year from my job last year. I am no longer at that job. Unfortunately the PDFs I bought seem to have some sort of security protection where it has ... dk
count of pointer to array question622 (10/17/2004 1:08:54 AM) comp.lang.c++ Does anyone know how to get a count for a pointer to an array for example double** someFnct () { cout > n; cout > m; double** matrixX = new double[n]; for (int i = 0; i<numOfRows; i++) [ matri... darkusang
darkusang's replies:
Items(1) /1
count of pointer to array question622 (10/17/2004 1:08:54 AM) comp.lang.c++ Does anyone know how to get a count for a pointer to an array for example double** someFnct () { cout > n; cout > m; double** matrixX = new double[n]; for (int i = 0; i<numOfRows; i++) [ matri... darkusang(3)