Forum: Oracle Jun 2nd, 2009 |
| Replies: 4 Views: 935 Hi i have two tables called GeneralTable and SpecializedTable which
has Name and State in It LIke
1 .GeneralTable ( GName , State )
2. SpecializedTable( SName , State )
i want to write an SQL... |
Forum: Game Development May 5th, 2009 |
| Replies: 0 Views: 387 Hi,
I am new to game programming and i need help in creating the above shown game ..
I have to use VC++.NET for this .
can u help me in choosing which control should i use for creating... |
Forum: Java May 2nd, 2009 |
| Replies: 1 Views: 470 Hi I am new to java and need help .
Whats the C++ map equivalent in Java. In C++ i can use map for three purposes like
i) Sorting while insertion into it ( efficient )
ii) Key ,value
iii... |
Forum: Java Nov 3rd, 2008 |
| Replies: 1 Views: 550 How to write recursive method that takes an array of Strings and prints them out in reverse order, one per line.
I was able to do this by iteration but not by recursion since its an array of... |
Forum: C++ Oct 30th, 2008 |
| Replies: 2 Views: 1,285 Hi
How do i get current windows logged on users profile directory in vista using vc++. |
Forum: C++ Oct 9th, 2008 |
| Replies: 2 Views: 554 Hi ,
I have a stl list which stores my base class pointer .Like
list<BaseClass*> eBList;
now i want to iterate through this list and store it in one local variable. how do i do this. i have... |
Forum: C++ Oct 7th, 2008 |
| Replies: 0 Views: 419 HI,
I am new to C++ and i need help on this topic . Overloading streams . I feel this very difficult to learn after i have learnt java.
I have a Base class Called BX
class BX
{
public:
... |
Forum: Java Sep 29th, 2008 |
| Replies: 4 Views: 1,720 how do i do bubble sort when i have two different objects in that array.. |
Forum: Java Sep 28th, 2008 |
| Replies: 4 Views: 1,720 Hi ... [ Need ur suggestion NOT code .... ]
This is one part of my assignment .. I need your help on how to do this . Below is my short description of my problem ...
I have two classes Named... |
Forum: Java Sep 25th, 2008 |
| Replies: 3 Views: 1,190 what does it mean ......
Should i be doing Object[] obj = new Object[10];
obj[0] = new Passenger( );
obj[1] = new Container( ); |
Forum: Java Sep 25th, 2008 |
| Replies: 3 Views: 1,190 Hi ... [ Need ur suggestion NOT code .... ]
This is one part of my assignment .. I need your help on how to do this . Below is my short description of my problem ...
I have two classes Named... |