Search:

Type: Posts; User: silent_eyes

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    854

    Thanks alot , but i really need to know C++...

    Thanks alot , but i really need to know C++ borland.
  2. Replies
    2
    Views
    854

    C++ Borland

    Hi , please I need some help in C++ Borland , some good webistes and good books as refrences.
    I have no idea how to use it , so I need introductory book , getting satarted , and using editor and...
  3. Replies
    4
    Views
    5,216

    how to simulate Unix commands in C++?

    Hi
    I have been asked to creat a Shell or Command Line Interpreter to simulate Unix commands like cd,clr,dir,echo,help,pause,quit and it must be able to take its command line input from a file.As...
  4. Replies
    2
    Views
    1,365

    ctime library

    hi
    im trying to read the current time of the computer , but all what i was able to get is the day , month, and year but not the name of the day ( sunday , monday .... ) , im just wondering is...
  5. Thread: operator

    by silent_eyes
    Replies
    9
    Views
    1,035

    i've got a table in my book for the operators...

    i've got a table in my book for the operators that can not be overloaded and it is one of them , all the other operator im very familiar with them like '::' ,'?:' but '.*' is the new one , besides...
  6. Thread: operator

    by silent_eyes
    Replies
    9
    Views
    1,035

    well actually it is .*;

    well actually it is .*;
  7. Thread: operator

    by silent_eyes
    Replies
    9
    Views
    1,035

    operator

    what does this operator do .*
    i've never seen it before all what i know about it is that it can not be overloaded .
    anyhelp would be appreciated :)
  8. Replies
    3
    Views
    1,021

    you can use array inside another array for the...

    you can use array inside another array for the 1st name and for the last name or u can use cin.getline
  9. Replies
    2
    Views
    1,493

    using sizeof operator to determine the size of an...

    using sizeof operator to determine the size of an array( or of any other data type , variable or constant) in bytes during program compilation.The sizeof operator return the total number of bytes in...
  10. Replies
    3
    Views
    2,641

    Thanks :))

    Thanks :))
  11. Replies
    3
    Views
    2,641

    how to get a reduced form

    Hello , I have qusetion about how to get the fraction reduced form like ( 2/4 = 1/2) and so on in C++ programming language
Results 1 to 11 of 11