Search:

Type: Posts; User: xeneize

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,558

    What is wrong with this code?

    ********************Start of The code******************


    #include<iostream>
    #include<string>
    #include<fstream>
    using namespace std;

    class Person
    {
  2. Replies
    2
    Views
    970

    Help with references!!!

    Does anyone knows How can a refenrence be used to implement array bpundary checking?
    Thhanks
  3. Replies
    13
    Views
    1,809

    What is wrong with the code??

    ************** START OF THE CODE *********************

    #include<iostream>
    #include<fstream>
    using namespace std;

    ifstream fin("c:/files/data.txt");

    class BankLoanApproval{
    int records;
  4. Replies
    2
    Views
    1,418

    Can't figure it out the error??? HELP!!!

    I have this code:


    #include<iostream>
    #include<fstream>
    using namespace std;

    ifstream fin("date.txt");

    class BankLoanApproval{
  5. Replies
    3
    Views
    2,587

    Reverse of a Binary

    Can anyone help and let me know how can I reverse a Binary number, please ASAP.
    What I mean is if I get 00000001 00000010 00000010 I should get as a result: 10000000 01000000 01000000.
    void...
  6. Replies
    4
    Views
    29,546

    output to a file in C

    I dont know how to send my output to a file in C or C++? anyone can help me.
    Thanks alot.
Results 1 to 6 of 6