I\'m having a problem with optional function parameter in C++ What I\'m trying to do is to write function with optional parameter which is passed by reference, so that I can use it in two ways (1) an
I just started with jQuery and so far I have a really good impression of the framework. But now I have a problem that I can\'t figure out on myself. I want to embed an external javascript file that lo
The major subject in .net programs is \"How manage memory for best performance\". so Microsoft use garbage collector in .net and with that, we don\'t need to do so开发者_开发知识库mething for managing
I want to change the maximum file upload size in my website, for this i\'m going to add some code lines in my .htaccess file.
I am hoping someone can help me here as google is not being as forthcoming as I would have liked. I am relatively new to SQL Server and so this is the first function I have set myself to do.
I was using Reflector to look at the implementation of String.Format and had always been under the impression that the overloads of String.Format that took 1, 2 & 3 arguments were optimized versio
I\'m writing a simple App Engine app. I have a simple page that allows a user to move a marker on a Google map instance. Each time the user drops the marker, I want to return the long/lat to my Pytho
What would be the best way to name a file associated to a NSManagedObject. The NSManagedObject will hold the URL to this file.
So right now, I\'m just using a basic form to check a password. I want it to check the password and basically remain on page.html so I can use JavaScript to alert incorrect password or something. I\'m
int i ; void set_array(int num){ int array[10]; for(i=0;i<10;i++){ array[i]=compare(num,i){ } } int compare(int a ,int b){