Search:

Type: Posts; User: linkstatic

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    3,549

    File handling and header files?

    hello everyone,
    getting straight to the point can we use file handling in header files? meaning can i include fstream.h in a header file and use it?
  2. outtext() ??!?!?!??! (must be good at graphics)

    hi everyone,
    i will get directly to the point.

    im using graphics in turbo C 3.0 ( i know its old).

    i need to do this.


    #include<iostream.h>
    #include<conio.h>
  3. that would do it ^_^ thanx alot

    that would do it ^_^
    thanx alot
  4. Sir i know its an initializer list which is used...

    Sir i know its an initializer list which is used in arrays.

    int a[]={1,2,3,4,5,6}; // intializer list
    Sir what i want to know is this can i intialize a class named Array like this too as im...
  5. Questions regarding arrays and classes!!(amateur level)

    hello everyone,
    in C++ you have the option of not defining the number of elements you want in an array like this .

    int a[]={1,2,3,4,5,6,7};

    i want to mimic the arrays using classes,...
Results 1 to 5 of 5