168 Posted Topics
Re: Why do u want to place that in a 3 byte stream when that can fit in 2 byte stream. ssharish2005 | |
Re: [COLOR=#434343]If you have any work experience before, you could think of automating some stuff from there. Like for example, I use to work leading petrochemical plants, there these scientists in the lab use manual values control, manual meter reading and temperature reading, cutting of supply and monitoring pressure and stuff. … | |
Re: Have a look at this tutorial [URL]http://en.wikipedia.org/wiki/LZW[/URL] ssharish2005 | |
Re: [code] #include <stdio.h> void foo(void *); int main() { char str[] = "This is a tes"; foo(str); getchar(); return 0; } void foo(void *str) { printf("%s",(char*)str); } /* my output This is a tes */ [/code] ssharish2005 | |
Re: I am seeing this as a second post now. :) ssharish2005 | |
Hi, Is there any way that we could read a graphics image data through a winsock lib or socket library. Or how do we go ahead on reading a grahhics Data. When i try to read a graphics from my server it just return >>| or smething but it should … | |
Re: I dont see the login behind this code. You have been all around. Why do u want to loop around with the string just to copy when u have a routines to do that. What is that u wanted, explain it properly. ssharish2005 | |
Re: And more using global variables is not a good idea, because of the above reasons. The value of the variable can be changes outside the function. Why use array only for using a single element in an array. You could have just declared a single int variable. ssharish2005 | |
Hi, Just wanted to if anybody here knows that how to handle the datatables which is returned from the server to by Ajax method , to be used by Javaascript. Searched though the interest, nothing help me. How do i manipulate data table in Java script. The return data table … | |
Hi , Having a small o big problem i dunno. Hope you all help me out is resolving this problem. I installed windows 2003 and creating few users as soon as i created the domain. But my bad i just created just 2 users. After my first online updated from … | |
Re: [code] #include <stdio.h> int main() { printf("Cursor one space back!!!\b"); getchar(); return 0; } [/code] ssharish2005 | |
Hello guys, Have a quite question anout Ajax. I am very new this topic,k so i dont much knowledge about this. Hope you can solve my problem. I was developing a web which use some ajax. But for some reason to wont call the server side script. I have tried … | |
Hello guys, I need this as sson as possible. Is there any tool which u know that can crack my VBA project password. I lost my VBA project passowrd[IMG]http://cboard.cprogramming.com/images/smilies/frown.gif[/IMG] And i am stuck with no progress. Is there any tool which i can crack or recover the passoword. Thank you … | |
Hello guys, I been getting this error message from past few days when i close my Internet explore. Can any one explain me why that appearers whenever i closed Internet explore. For me it looks like it is something to do with the memory. Please find the error message from … | |
Hello guys, Have a quick question on configuring a VPN. I was trying to configure VPN on my local machine ([URL="http://www.daniweb.com/techtalkforums/thread65653.html#"]Win XP[/URL]), so that i can access my machine anywhere else. Please correct me if i am wrong because i am just beginner in this. In order to use the … | |
Hello guys, Have a quick question on configuring a VPN. I was trying to configure VPN on my local machine (Win XP), so that i can access my machine anywhere else. Please correct me if i am wrong because i am just beginner in this. In order to use the … | |
Re: there u go a good artical on Kdevelop configuration [URL]http://docs.kde.org/development/en/kdevelop/kdevelop/setup.html#setup-format-general[/URL] ssharish2005 | |
Hi everyone, I am designing a web site for my company for which i am working for. But i am still learning these web stuff which i haven't done before. So got to learn very soon before i get more project. I can do some basic stuff but not too … |
The End.