Forum: Java Oct 28th, 2008 |
| Replies: 0 Views: 4,871 Code to Execute an SQL Script in JDBC.
The SQL Script should have comments starting with - or -- only on new lines and each command should end with a ; .
Reading a sql file and putting all of it... |
Forum: C++ Oct 28th, 2008 |
| Replies: 1 Views: 847 This is the code to print the Permutations of a String.
#include<stdio.h>
#include<conio.h>
#include<string.h>
void permute(char *str,int l,int pos,int r);
void swap(char &a,char &b);
void... |
Forum: PHP Oct 28th, 2008 |
| Replies: 2 Views: 2,342 Sorry for not using the code tags.
I did not have any question.
I have just provided the php code to find visitor's location. |
Forum: C Oct 27th, 2008 |
| Replies: 0 Views: 429 #include<stdio.h>
#include<conio.h>
#include<string.h>
void permute(char *str,int l,int pos,int r);
void swap(char &a,char &b);
void print_string(char *str,int r);
int main()
{ |
Forum: PHP Oct 27th, 2008 |
| Replies: 2 Views: 2,342 <?
$ip = '59.32.28.65';
$url = "http://www.ipmango.com/api.php?ip=".$ip;
$xml = simplexml_load_file($url);
echo "IP address : {$xml->ipaddress} <br />";
echo "City : {$xml->city} <br />";
echo... |
Forum: Windows NT / 2000 / XP May 10th, 2008 |
| Replies: 1 Views: 407 Can anybody tell me the price of the surface computer of microsoft?? |
Forum: C++ May 6th, 2008 |
| Replies: 3 Views: 1,786 I want to make sniffer in C++.So can anybody help me out by providing codes?? |
Forum: Windows NT / 2000 / XP May 6th, 2008 |
| Replies: 8 Views: 821 Has windows xp sp3 been released?? |
Forum: JavaScript / DHTML / AJAX May 2nd, 2008 |
| Replies: 2 Views: 988 Its easier to make games for websites in javascript or in flash?? |
Forum: C++ Apr 12th, 2008 |
| Replies: 4 Views: 1,669 |
Forum: Java Apr 12th, 2008 |
| Replies: 1 Views: 378 How do i run a jar file from command prompt?? |
Forum: C++ Apr 7th, 2008 |
| Replies: 2 Views: 535 What are the difference between C++ and Java?? |
Forum: Java Apr 7th, 2008 |
| Replies: 1 Views: 423 Can anybody explain me what is Serialization. |
Forum: Java Apr 6th, 2008 |
| Replies: 1 Views: 394 Which IDE is better...Netbeans or Eclipse? |
Forum: C++ Apr 6th, 2008 |
| Replies: 2 Views: 460 What is the difference between #define n 10 and const int n=10 |
Forum: Search Engine Optimization Apr 5th, 2008 |
| Replies: 10 Views: 1,549 Can anybody give me some SEO tips?? |
Forum: C++ Apr 5th, 2008 |
| Replies: 1 Views: 379 Java is better or C++..?? |
Forum: C++ Apr 3rd, 2008 |
| Replies: 6 Views: 518 symbian os is for mobiles. |
Forum: C++ Apr 3rd, 2008 |
| Replies: 6 Views: 518 but in visual studio 5.0 or newer u can make mobile applications only for windows os.isnt it?
wat abt symbian os? |
Forum: C++ Apr 3rd, 2008 |
| Replies: 6 Views: 518 For Mobile Applications carbide C++ is better or j2me is better? |
Forum: Java Apr 3rd, 2008 |
| Replies: 3 Views: 539 Is Enumeration interface not used anymore?? |