Search:

Type: Posts; User: rajasekaran.psg

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,115

    A Little help here

    hi,,,

    consider this program,


    #include<process.h>

    int main()
    {
    System("DIR");
  2. how ????

    hi thanks for replyng

    i dont n=know how to link two files,.,,

    i am new to this prog biz,,, can u help me out??

    what are the two files i need to link togethere and what are those files (exe)...
  3. i mean there will be some c++ statements which is...

    i mean there will be some c++ statements which is not present in c... is it possible to make those also execute ????
  4. how to execute a c++ prog in a c compiler

    hi ppl ,,,

    i am having a doubt is there a way that my c++ program could be executed in a c compiler,,,

    thought of asking thats wy

    if u know pls let me know k...
  5. Replies
    4
    Views
    1,278

    not possible

    hi ,,,

    i think according to me it is not possible since there will be a conflict between the main functions

    wish u get an answer for this question
  6. u guys are rite....

    you guys are right...

    i did this



    class A
    {
    public:
    int a;
  7. i should not modify the original class

    hi thanks for replying,,

    my question is that i should not modify the orignal class and inheritance should be avoided

    i need to access the private function not the integer inside the class
  8. how to access a private member function witout using friend or virtual

    hi ppl,,,

    i am new to programming,,, pls help me out... i need to access a private member function of a class witout using virtual or friend and i should not alter the class but i can do...
Results 1 to 8 of 8