Search:

Type: Posts; User: gardenair

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,680

    Re: Logical error in Switch Statement..

  2. Replies
    4
    Views
    2,680

    Logical error in Switch Statement..

    Iam facing a problem in Switch statement. The problem is that i will ask to integer from the user & if the user want to "+" , "-" or "*" operator the switch case will work but in my coing it only...
  3. Replies
    3
    Views
    1,982

    charactor count wthout getche function..?

    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    int count=0;
    printf("\n\tType any phrase");
    while(getche() !=13) //13 is For enter key
    {
    ...
  4. Thread: Need Help

    by gardenair
    Replies
    2
    Views
    924

    Need Help

    I want to see an output as folloing .How can i make changes to see the output as following .
    Number=1
    Number=2
    Number=3
    Number=4
    Number=5
    Number=6
    Number=7
    Number=8
    Number=9
  5. Replies
    4
    Views
    1,790

    Best Anti Virus Software...?

    Iam using Norton Anti virus software..It is so much good but the problem is that it comsume lot of my system resources.
    some one say that use Macfee Anti virus software .It consume less ram as...
  6. Replies
    6
    Views
    3,051

    Copy a text in BMP file

    I have a BMP picture & some tect is writton on it .I want to copt that text & past it in my Note pad. The big problem is that it can,t be copy because it is in picture form .Please can someone tell...
  7. Replies
    3
    Views
    1,179

    Need help....

    This program is about to make any table by ging the table number ,its starting number & ending number .I need a help that when the computer finished his output it shows a message
    i.e "Do you want...
  8. Replies
    1
    Views
    1,084

    Problem showing Moduls ...

    There is a logical error in the program line ie.
    printf("\nThe remander is : %d ",b);
    it does not show the Moduls of the number .Suppose i write the number 5 i.e 15%10 it have to show 5...
  9. Replies
    0
    Views
    1,820

    Database Application VC++ or vb6..?

    My question is different from this forum.Actually i need your kind guidence & hope that u will do.
    I have a good knowledge of VB6 especially in database. Iam interested to develop the same...
  10. Replies
    2
    Views
    1,289

    What is Preprocessor...?

    In C or C++ when we write a code in the editor "our source code" ,it is transfer to

    1---Preprocessor

    and then

    2---Compliler

    and then
  11. Replies
    4
    Views
    2,170

    what is static variable....?

    Can anybody tell me what is static variable in C Language ,its usage and how it retain or holds its value in it ? I ts mechanism etc etc...?
    Further i shall be so much thankfull i you write...
  12. Replies
    2
    Views
    2,342

    Logical Error

    I have a logical problem that i want to divide any number by 2. i.e 4/2 the answer is 2 & the remaining is Zero. If i divide 5/2 then the remaining woule be 1.
    My problem is that either i input...
Results 1 to 12 of 12