User Profile

Collapse

Profile Sidebar

Collapse
rawinder dhillon
rawinder dhillon
Last Activity: Apr 6 '09, 07:24 PM
Joined: Oct 5 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thanks for checking but i have found the problem iin the code the class color acrtion was a inner class and " { }" are the problemmm... thanks
    See more | Go to post

    Leave a comment:


  • rawinder dhillon
    replied to How do i start learning C++
    in C
    hi tahira,,

    look c or c++ provide us set of tools
    before do any thing we need to know about these tools in details means how to use or when to use or where to use... when u r know the use of all these tolls ..
    then come to next step hat is develop logic

    logic is a very simple thing we just need to perform all the operation with the tools provided by the C++
    think what to do and...
    See more | Go to post

    Leave a comment:


  • rawinder dhillon
    started a topic Problem with activeListener interface
    in Java

    Problem with activeListener interface

    Hi friends ..
    i was writing a program that use three buttos and change its color when we click on a particuler button... but its not working their is some problem with activeListener interface i am giving code with it please help....



    Code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class buttonTest {
    
    	/**
    	 * @param args
    	 */
    ...
    See more | Go to post
    Last edited by pbmods; Mar 2 '09, 12:19 AM. Reason: Added CODE tags.

  • rawinder dhillon
    started a topic basics
    in .NET

    basics

    Hi

    Please give me some details about .net

    why we use it, about its nature,what it does ....

    please help me because i will have to give exam on 15 dec.
    See more | Go to post

  • rawinder dhillon
    replied to need help to write a program
    in C
    hi khan,
    this is in simple c++
    if you want to use class or some other concepts than will send you



    void fac(int num)
    {
    int fac=1;
    for(i=num;i>=1; i--)
    {
    fac=fac*i;
    }
    cout<<"Factoria l ="<<fac;
    getch();
    }
    ...
    See more | Go to post

    Leave a comment:


  • rawinder dhillon
    replied to Body of For loop
    in C
    hi brother

    first of all we will ahve to initilize result or declared it as static variable
    if we does't do above things then the variable have a garbage value in it and the result will not you want

    the loop for

    for(i=11;i<20;i =i+2)
    {
    result=result*i ;
    }
    See more | Go to post

    Leave a comment:


  • rawinder dhillon
    replied to Playing MP3 File
    in C
    i dont think it is possible
    See more | Go to post

    Leave a comment:


  • rawinder dhillon
    started a topic about function overloading
    in C

    about function overloading

    hi its rawinder dhillon
    could you please tell me the strog points (advantages) of [B]function overloading.
    and also tell me the same for operators NEW and DELETE
    See more | Go to post
No activity results to display
Show More
Working...