168 Posted Topics

Member Avatar for asilter

Why do u want to place that in a 3 byte stream when that can fit in 2 byte stream. ssharish2005

Member Avatar for ssharish2005
0
140
Member Avatar for R_brahmankar

[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. …

Member Avatar for ssharish2005
0
122
Member Avatar for programmer321

Have a look at this tutorial [URL]http://en.wikipedia.org/wiki/LZW[/URL] ssharish2005

Member Avatar for ssharish2005
0
75
Member Avatar for asilter

[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

Member Avatar for ssharish2005
0
121
Member Avatar for DeathEvil
Member Avatar for DeathEvil
0
115
Member Avatar for 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 …

0
59
Member Avatar for Marauder_Pilot

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

Member Avatar for underjack
0
147
Member Avatar for flageolet

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

Member Avatar for WaltP
0
119
Member Avatar for 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 …

0
66
Member Avatar for ssharish2005

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 …

Member Avatar for Duki
0
137
Member Avatar for amishosh

[code] #include <stdio.h> int main() { printf("Cursor one space back!!!\b"); getchar(); return 0; } [/code] ssharish2005

Member Avatar for amishosh
0
80
Member Avatar for 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 …

Member Avatar for sedgey
0
139
Member Avatar for ssharish2005

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 …

Member Avatar for gerbil
0
70
Member Avatar for ssharish2005

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 …

Member Avatar for ssharish2005
0
87
Member Avatar for ssharish2005

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 …

Member Avatar for exp328
0
240
Member Avatar for ssharish2005

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 …

0
584
Member Avatar for tech291083

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

Member Avatar for tech291083
0
126
Member Avatar for 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 …

Member Avatar for roryt
0
170

The End.