Search:

Type: Posts; User: abyu

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    15,597

    Hello In C++ there are nine types of data...

    Hello
    In C++ there are nine types of data types, they are int,char,float,double,void,long,unsigned,signed these are also used as return types for functions (but long,unsigned,signed because they...
  2. Thread: C++ Documentation

    by abyu
    Replies
    3
    Views
    1,859

    C++ Documentation

    Hello
    can any body say the link for online documentation for dev-c++
    i have searched a lot but could not find the best results
  3. Replies
    5
    Views
    1,296

    avg rainfall per year for(int i =0;i

    avg rainfall per year


    for(int i =0;i<3;i++)
    {
    for(int j=0;j<12;j++)
    {
    yrsum = rainfall[i][j];
    }
    cout<<yrsum/12;
  4. Replies
    2
    Views
    985

    functions undeclared

    hello
    can any body how to correct this program

    #include<iostream>
    #include<conio.h>
    #include<dos.h>
    using namespace std;
    void main()
    {
    char nm[25];
  5. Replies
    3
    Views
    2,118

    Play sound in TurboC++

    Hello
    can any body say the code needed to play sound
    Iam Using Turbo C++ 3.0 and Windows XP
    I could not find a better match in this forum(as i have searched the forum)
    please can any body say...
  6. Thread: Convert to int

    by abyu
    Replies
    7
    Views
    1,496

    Convert to int

    hello
    can anybody say the code required to convert a string to integer datatype

    that is get a number as a string type and convert it integer

    ex
    char num[10];
    cout<<"Enter a number: ";...
  7. Thread: Explain Me Please

    by abyu
    Replies
    3
    Views
    1,192

    Explain Me Please

    Hello
    Can anybody explain me the functions
    initgraph(-------);
    setfillstyle(-----);
    fillleclipse(-------);


    thank you
  8. Replies
    3
    Views
    1,741

    console background

    Hello
    Can any one the code required to
    change the console background color
    or the color of user screen

    Thank you
    Kishore
  9. Thread: Shortcut

    by abyu
    Replies
    6
    Views
    1,360

    Shortcut

    Hello
    can anybody say the shortcut needed for typing the character
    " █ "

    to be able to type the character in c++ editor window and as well as
    show it in the ouput screen
Results 1 to 9 of 9