User Profile
Collapse
-
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 -
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...Leave a comment:
-
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 */
-
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. -
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();
}
...Leave a comment:
-
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 ;
}Leave a comment:
-
-
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
No activity results to display
Show More
Leave a comment: