Search Results

Showing results 1 to 31 of 31
Search took 0.01 seconds.
Search: Posts Made By: gauravmishra
Forum: C++ Aug 2nd, 2009
Replies: 1
Views: 266
Posted By gauravmishra
#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
Posted By gauravmishra
can same thing be achieved without using "typedef"
Forum: C++ Jul 31st, 2009
Replies: 6
Views: 281
Posted By gauravmishra
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
Posted By gauravmishra
the scope resolution operator have become smiley !!!!!
Forum: C++ Jul 31st, 2009
Replies: 6
Views: 281
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
any links to help getting password......
Forum: Shell Scripting Jan 25th, 2009
Replies: 5
Views: 682
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
does this scale also works with black and white images
ie TYPE_BYTE_INDEXED
Forum: Java Feb 28th, 2008
Replies: 10
Views: 889
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
hi
i want to know how to deploy servlets on websphere community edition2
Forum: C Nov 10th, 2007
Replies: 1
Views: 2,225
Posted By gauravmishra
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
Posted By gauravmishra
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
Posted By gauravmishra
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...
Showing results 1 to 31 of 31

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC