Forum: Java Oct 9th, 2006 |
| Replies: 1 Views: 1,294 Hi all,
I have developed and application (midlet), could any one please let me know how to deploy this on the device (mobile device). |
Forum: C++ Sep 28th, 2006 |
| Replies: 1 Views: 1,128 Hi can anny one help me out optimizing the follwing issue:
A C++ class has the following member:
int status_[75];
During performance analysis it was found out
that the class... |
Forum: C++ Sep 18th, 2006 |
| Replies: 5 Views: 1,521 |
Forum: Software Development Job Offers Sep 18th, 2006 |
| Replies: 1 Views: 2,554 hi
I am intrsted in your project i have a passion towards developing a web site, I have my complete coordance to you in this regard, Please mail me back regarding this.
I am an IT grad ( having... |
Forum: C++ Sep 16th, 2006 |
| Replies: 5 Views: 1,521 Predict the output of the following code:
#include < IOSTREAM >
int main()
{
char weekdays [7][10]= {
"Sunday",
"Monday",
"Tuesday",
"Wednesday", |
Forum: C Sep 16th, 2006 |
| Replies: 2 Views: 1,765 |
Forum: C Sep 16th, 2006 |
| Replies: 2 Views: 1,765 Hi,
Could any one please let me know if we can connect to database using C, and if yes let me know the functions in C used to send the SQL statements in the buffer to SQL server. |