Forum: C++ Aug 2nd, 2009 |
| Replies: 1 Views: 266 #include<iostream>
using namespace std;
class sample
{
static int i;
public:
sample()
{
cout<<"base:construcotr"<<endl; |
Forum: C++ Aug 1st, 2009 |
| Replies: 6 Views: 281 can same thing be achieved without using "typedef" |
Forum: C++ Jul 31st, 2009 |
| Replies: 6 Views: 281 sorry for posting in the wrong place...
anyways i posted same thing on c++ forum so pls delete this thread from here |
Forum: C++ Jul 31st, 2009 |
| Replies: 6 Views: 281 the scope resolution operator have become smiley !!!!! |
Forum: C++ Jul 31st, 2009 |
| Replies: 6 Views: 281 i want to know how to access virtual table for a class this is my attempt to do so ........
#include<iostream>
using namespace std;
class sample
{
public:
virtual void fun(int q)... |
Forum: Java Jun 10th, 2009 |
| Replies: 2 Views: 239 but i dont have access to the button ie the button belong to some other application therefore i cannot subclass that button |
Forum: Java Jun 9th, 2009 |
| Replies: 2 Views: 239 hi,
i want to make a program that highlights java buttons present on a frame just by bringing mouse over the buttons and this frame may not be part of this program ie it can be from another program... |
Forum: Shell Scripting Jan 25th, 2009 |
| Replies: 5 Views: 682 LOLZ
if i was a hacker then probably i would have been able to do this and not writing in forums asking for help............... |
Forum: Shell Scripting Jan 25th, 2009 |
| Replies: 5 Views: 682 any links to help getting password...... |
Forum: Shell Scripting Jan 25th, 2009 |
| Replies: 5 Views: 682 I want to retrieve the username and password of the current user from a shell script ....
how to do this? |
Forum: Java Jan 14th, 2009 |
| Replies: 5 Views: 1,301 i have not much idea about multithreading but i can work that out...........but how to wait continuosly for client request..................... I thought that once the connection is made client... |
Forum: Java Jan 13th, 2009 |
| Replies: 5 Views: 1,301 here is my server
import java.awt.*;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Rectangle;
import java.awt.Robot;
import java.awt.image.BufferedImage; ... |
Forum: Java Jan 13th, 2009 |
| Replies: 5 Views: 1,301 I have a java program that take snapshots of my screen at say 10 pics per second i want to send it to another computer in the same sequence i tried to send images by writng them one by one on the... |
Forum: Java Jan 10th, 2009 |
| Replies: 7 Views: 427 thanks a lot for your help ...
but still i cant figure out what was the mistake i was doing in my earlier code it is very much similar to this one except that i did not put the sleep() in try catch... |
Forum: Java Jan 10th, 2009 |
| Replies: 7 Views: 427 I am confused what does the repaint() method actually does now i tried to create a array of 100 images stored in an array but when i try to display them it shows nothing... |
Forum: Java Jan 10th, 2009 |
| Replies: 7 Views: 427 i dont know much abount java threads
i will try to work it out but is there any other way to achieve the same............. |
Forum: Java Jan 10th, 2009 |
| Replies: 7 Views: 427 I am trying to take continuous pictures of small window of my screen and create a continuos motion picture sort of thing and display it on the java panel .
For this i am taking snapshots of the... |
Forum: Java Feb 29th, 2008 |
| Replies: 10 Views: 889 when i used above code and tried to print the modified images wat i get is black boxes. |
Forum: Java Feb 29th, 2008 |
| Replies: 10 Views: 889 i used the following code
public void actionPerformed(ActionEvent e)
{
int i,j,k,w,h;
double w_scale=1.0,h_scale=1.0;
drawimage=2; |
Forum: Java Feb 29th, 2008 |
| Replies: 10 Views: 889 i am dealing with black and white images and when i tried scale them what i got was small 10x10 boxes filled with black colour. |
Forum: Java Feb 28th, 2008 |
| Replies: 10 Views: 889 this is wat i want to do
i have arbitrary sized small images of characters say of size 20x13 or 17x9 i want to convert these images to 10x10 how can i do this. |
Forum: Java Feb 28th, 2008 |
| Replies: 10 Views: 889 does this scale also works with black and white images
ie TYPE_BYTE_INDEXED |
Forum: Java Feb 28th, 2008 |
| Replies: 10 Views: 889 but when i tried to downscale an image and when i use .getHeight() and getWidth() on the modified image
it shows the older values.
that is i uses 800x800 image
and scale(0.5,0.5);
but still... |
Forum: Java Feb 28th, 2008 |
| Replies: 10 Views: 889 hi
i want to know that what does the scale() method of AffineTransform do
i mean when we reduce the size of a image does this transform reduces the number of pixels or something else ......... |
Forum: JSP Dec 30th, 2007 |
| Replies: 1 Views: 970 hi
pls tell me how to connect database pool of db2 from a jsp page |
Forum: JSP Dec 18th, 2007 |
| Replies: 26 Views: 7,581 thanxs rgtaylor
this small tutorial which u gave helped a lot in understanding the features of jsp. |
Forum: JSP Dec 18th, 2007 |
| Replies: 1 Views: 2,006 hi
i created a html form in which i took a date as input now how can i determine the day(sunday or monday etc) on that particular date . |
Forum: JSP Dec 16th, 2007 |
| Replies: 3 Views: 877 hi
i want to know how to deploy servlets on websphere community edition2 |
Forum: C Nov 10th, 2007 |
| Replies: 1 Views: 2,225 i want to find make a program for insertion in AVL binary tree therefore i want to find balance factor of a node by subtracting depth of right child from dephth of left child
how will i find this... |
Forum: Community Introductions Nov 10th, 2007 |
| Replies: 4 Views: 721 it seems that i cant find anything that can help me except that i found the whole source code for vlc player but that dosnt help me.therefore i am thinking of changing my project .
can anyone... |
Forum: Community Introductions Nov 8th, 2007 |
| Replies: 4 Views: 721 hi iam gaurav 2nd year btech student and programing beginer
i want to make a media player for my semester project i know c,c++ and learning visual c#
i want to know from where to start and where... |