14 Discussion / Question Topics
Remove Filter 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 … | |
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 | |
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 … | |
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 | |
[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 … | |
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 … | |
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 … | |
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 … | |
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.