Search:

Type: Posts; User: jeedi khan

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,117

    The best alternative to using arrays is Vectors...

    The best alternative to using arrays is Vectors ...you should quit this.
    Take a gander at here
  2. Replies
    3
    Views
    645

    Why you wants to do so? You can ask for it...

    Why you wants to do so?
    You can ask for it separately instead of in pair.
  3. Replies
    94
    Views
    9,466

    std::setw is correct or not as its not working...

    std::setw is correct or not as its not working for me ...even if you write std:: and see the drop down menu provided by compiler environment you didn't see such a STUFF........
  4. Replies
    6
    Views
    879

    As Far they are BOTH new to me,and many people...

    As Far they are BOTH new to me,and many people suggested me to go for AI, and AI seems to be interested,,
  5. Replies
    6
    Views
    879

    ACTUALLY they are both technical elective and one...

    ACTUALLY they are both technical elective and one has to be chosen among them ....REALLY i am interested in BOTH....but at the time being for graduation degree i can take one only.
  6. Replies
    94
    Views
    9,466

    I asked for "how to use std instead od declaring...

    I asked for "how to use std instead od declaring it "using namespace std" and also whether std::setw is correct or not as its not working for me ...even if you write std:: and see the drop down menu...
  7. Replies
    6
    Views
    879

    Suggestions for Chosing Course

    Hi all,,,
    i want to know about two choices of courses .i know its off topic here but i think if anyone has suggestions then please do comment me.
    The choice is between Artificial Intelligence...
  8. Replies
    94
    Views
    9,466

    Also std::setw is also not working and ...

    Also std::setw is also not working and


    std::ifstream inFile; // incomplete type is not allowed
    std:: ofstream outFile;// incomplete type is not allowed
  9. Replies
    94
    Views
    9,466

    Thats new to me : OK, to get rid of so many...

    Thats new to me :
    OK, to get rid of so many header files and including at most <string> <vector> <stdafx> then will you let me know how to avoid using namespace std i.e should i go for...
  10. Replies
    19
    Views
    4,925

    cout

    cout << static_cast<int>(word[i]);
    where i reaches upto 9 .Isn't it too much?
  11. Replies
    19
    Views
    4,925

    int main() { float x=1.22; ...

    int main()
    {
    float x=1.22;
    char*word=(char*)&x;
    cout<<word[0];

    return 0;
    }
  12. Replies
    94
    Views
    9,466

    EVEN for a function intro(): void intro() {...

    EVEN for a function intro():


    void intro()
    {
    cout<<"\n\n\n\n";
    cout<<"\t\t***************************";
    cout<<"\n\t\t BANK MANAGEMENT SYSTEM\n";
    ...
  13. Replies
    94
    Views
    9,466

    Now here comes the Problem of cout while...

    Now here comes the Problem of cout while proceeding::(


    class account
    {
    public:
    int acno; //account no.
    string name; //accountholder name
    int dep; ...
  14. Replies
    94
    Views
    9,466

    Now it looks like this: class account { ...

    Now it looks like this:
    class account
    {
    public:
    int acno; //account no.
    string name; //accountholder name
    int dep; //deposit
    char type; //C? or S?
  15. Replies
    94
    Views
    9,466

    YES,after a little editing it is also not giving...

    YES,after a little editing it is also not giving now cout error with me
  16. Replies
    94
    Views
    9,466

    I would really like to know about it...Which...

    I would really like to know about it...Which compiler should i go for ?
  17. Replies
    94
    Views
    9,466

    One thing is that yet i haven't declared any...

    One thing is that yet i haven't declared any thing private in the Class but its still complaining about all member varaiables..
    such as:
    error C2248: 'account::name' : cannot access private member...
  18. Replies
    94
    Views
    9,466

    Suggestion Noted for "comments";;;

    Suggestion Noted for "comments";;;
  19. Replies
    94
    Views
    9,466

    With Me on MSVS 2010 it is not mentioning any...

    With Me on MSVS 2010 it is not mentioning any Comment error But other issues still here same...STRANGE!!!
  20. Replies
    94
    Views
    9,466

    Okay i will go for comments but what about the...

    Okay i will go for comments but what about the other errors
  21. Replies
    94
    Views
    9,466

    Dear this is turning into Arguments instead of...

    Dear this is turning into Arguments instead of any positive solution
  22. Replies
    94
    Views
    9,466

    SHOULD i go for pseudo code ? because for errors...

    SHOULD i go for pseudo code ?
    because for errors one have to compile all code and exception checking is possible if you compile it on your machine for which Complete code is required.
  23. Replies
    94
    Views
    9,466

    [CODE] #include"stdafx.h" #include...

    [CODE]
    #include"stdafx.h"
    #include<iostream>
    #include<fstream>
    //#include<ctype.h>
    #include <limits>
    #include<iomanip>
    #include<conio.h>
    #include<stdio.h>
    #include<string>
  24. Replies
    94
    Views
    9,466

    The cout :ambigious error were due to...

    The cout :ambigious error were due to modofication to complete code(which i already posted) in order to avoid Binary I/O usage....
  25. Replies
    94
    Views
    9,466

    I am not disregarding the suggestions DEAR.... ...

    I am not disregarding the suggestions DEAR....

    NOW keeping in view the code i already posted and hoping that you got idea what i want to do..here is what i did...




    class account
    {
    ...
Results 1 to 25 of 159
Page 1 of 7 1 2 3 4