I can upload my files (pictures) to the webserver without any problem. However, if I try to upload a few more files, they just overwrite my previous files even though their names are unique. Anyone has any suggestions?
I need second pair of eyes for this problem. I have been having problem with the layout of my tree. The children of the tree should be indented under their parents/folder, very much like windows explorer.
If my codes works, it should look like this
Gallery
Gallery1...
I need second pair of eyes for this problem. I have been having problem with the layout of my tree. The children of the tree should be indented under their parents/folder, very much like windows explorer.
If my codes works, it should look like this
Gallery
Gallery1...
Does anyone know a tutorial website site or can give me a starting point to do a dynamic line chart? The data will be pulled out from database using sql queries. Thanks.
Anyone knows how to track links on a website. I need to determine how many time a user click on a link of a given website. There is more than 1 link on a site. Thanks.
Anyone knows an ANSI way to call another Java program within C codes without replacing the caller process. _execlp is an API that is used to execute another program but it "terminates" the caller process and I don't want that.
Fork() may be used to create a child process in unix but I am compiling my c codes in visual studio 6.0 and the equivalent API is createProcess() However I have to stick with ANSI C therefore I can't use createProcess() so is there another API that create a child process that can run in Visual...
I am trying to compile this piece of C codes in Visual studio 6.0 and getting errors.
Is it true that in order to use data type "HANDLE" I need to have #include <windows.h>
Can "HANDLE" be used in a c program or only C++?
I have a C executable code that need to execute and pass commands...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.