Search:

Type: Posts; User: Arpan Das

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,563

    You might be annoyed , but I want to know why...

    You might be annoyed , but I want to know why such a setting , was it planned to allow this? ( Obviously I don't expect you to get inside the mind of Bjarne ) of
    Doesn't this conflict with access...
  2. Replies
    8
    Views
    1,563

    All Im asking is that , in case of a copy...

    All Im asking is that , in case of a copy constructor , the action is completed on the basis that private data member's of an object of a class A are accessible by other objects of that class, am I...
  3. Replies
    8
    Views
    1,563

    :D Will take of it next time :) What about...

    :D Will take of it next time :)



    What about a user-defined copy constructor then?



    class A
    { .......
  4. Replies
    8
    Views
    1,563

    Object to Object Access

    Suppose I have the following code :



    #include<iostream>

    class A
    {
    int x;
    public :
  5. Replies
    12
    Views
    9,643

    Hey , yes I started reading now , got accelerated...

    Hey , yes I started reading now , got accelerated c++ , going through it now. Will pick it up now I guess , thanks :)
  6. Replies
    12
    Views
    9,643

    I went through the Win32 Wizard with an empty...

    I went through the Win32 Wizard with an empty project , no precompiler. And did not get the link error. accepts the void main , but is not accepting the iostream.h library for some reason unknown to...
  7. Replies
    19
    Views
    2,637

    The C++ I learnt was taught to me in high school...

    The C++ I learnt was taught to me in high school and the same practice is being done in college. But I want to learn the right thing. And thanks a lot guys , appreciate the patience with which you...
  8. Replies
    12
    Views
    9,643

    Its console application , and empty in Win32 ,...

    Its console application , and empty in Win32 , with void main().
    No Gui stuff.
  9. Replies
    19
    Views
    2,637

    Where can I learn modern C++? The precompiler...

    Where can I learn modern C++? The precompiler header portion is something I cant find. I have learnt a very old version of C++ , in which we start a program with



    #include<iostream.h>
    ......
  10. Replies
    12
    Views
    9,643

    VC++ 2010 Error

    1>------ Build started: Project: Test project 1, Configuration: Debug Win32 ------
    1>LINK : error LNK2001: unresolved external symbol _mainCRTStartup
    1>C:\Users\admin\documents\visual studio...
  11. Replies
    19
    Views
    2,637

    Yes I realised. I think I have time to cover it ,...

    Yes I realised. I think I have time to cover it , I just started with computer engineering. :) And I do need to read a lot. With your help I can go on to know this better.
  12. Replies
    19
    Views
    2,637

    Not possible. iostream.h , conio.h , stdio.h...

    Not possible.
    iostream.h , conio.h , stdio.h are header files in C++ , and the very basic which govern input and output.
    void main() is the first function that is called. But i think this syntax...
  13. Replies
    19
    Views
    2,637

    Hey , thanks for the input guys! I downloaded...

    Hey , thanks for the input guys!

    I downloaded both , Codeblocks and Visual C++

    I realise that Visual C++ is quite different from Turbo that I had been using , besides the interface , there is a...
  14. Replies
    19
    Views
    2,637

    Need help starting up :)

    Hey guys , I just started with my 2nd year in college in India. I know programming on C++ , have studied it till a brief intro of OOPs.
    I have been working a very old IDE , TurboC++ 3.0 , shifted to...
Results 1 to 14 of 14