14 Discussion / Question Topics

Remove Filter
Member Avatar for ssharish2005

Hello everyone, I finished my graduation degree 2 months before and I was in the process of applying for a job. It been two months now. I just had three interviews. Its so frustrating. Why would I get a job. Can anyone give me some advice on why does it …

Member Avatar for ssharish2005
0
131
Member Avatar for ssharish2005

Hello all, Can any one explain me whats the main different between them two data structures. I have been like working on them quite lot now. When do we use tuples and when do we use list. Any specific explains are much appreciated. Thanks a lot ssharish

Member Avatar for sneekula
0
510
Member Avatar for ssharish2005

Hello, I have this problem from past few week now, which i haven't rectified. Hope I get some suggestion from here. I bought a new SATA2 Hdd 2 weeks before and there is no problem with that hard disk what so ever. The problem is with all my old hard …

Member Avatar for ssharish2005
0
100
Member Avatar for ssharish2005

Just wondering, if anyone has got a library or good link to parse a config file. If not is there any effcient way of hanlding config file, where the config is just normal text file. Its not XML file or anything. ssharish

Member Avatar for ssharish2005
0
96
Member Avatar for ssharish2005

[code] #include <stdio.h> void printarray(const int arr[][3]); int main() { int arr[][3] = {{1,2,3},{4,5,6}}; printarray(arr); getchar(); return 0; } void printarray(const int arr[][3]) { int i,j; for(i=0;i<2;i++) { for(j=0;j<3;j++) printf("%d\t", arr[i][j]); printf("\n"); } } [/code] This above code tends to give me a warning. [code] 9 D:\cprogramming\arr1.c [Warning] passing argument …

Member Avatar for Hamrick
0
106
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 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
138
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
71
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 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.