User Profile

Collapse

Profile Sidebar

Collapse
sanketbarot
sanketbarot
Last Activity: Jan 2 '08, 06:33 AM
Joined: Sep 22 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sanketbarot
    replied to Banfas Tutorials Feedback Thread
    in C
    Hi Banfa How are You?


    I am really eager to learn. You have solved so many problems and I read some solution. You are excellent in guiding someone...

    Yours tutorial will help number of peoples around the world..


    Jakas Yar bahot maza aaya.....
    See more | Go to post

    Leave a comment:


  • sanketbarot
    started a topic Program running problem
    in Java

    Program running problem

    Hello, Friends


    I am using Bluj. But I dont know how to see output. can anybody help me.

    Program was compiled successfully but I dont know how to see the output.
    See more | Go to post

  • sanketbarot
    replied to Advantages of using static member functions
    in C
    Thank you friends
    See more | Go to post

    Leave a comment:


  • sanketbarot
    started a topic Advantages of using static member functions
    in C

    Advantages of using static member functions

    Hello Friends,


    What is the advantage of defining a function as Static as a class member.

    Like

    Class Name
    {

    public :

    static void fun()

    }

    so what is the significance of defining a function as static.
    See more | Go to post

  • sanketbarot
    replied to Beginner
    in Java
    Ya friends,

    I had downloaded wrong file. Now its working perfactly,


    Thank You
    See more | Go to post

    Leave a comment:


  • sanketbarot
    started a topic Beginner
    in Java

    Beginner

    Hello friends,


    I am beginner in Java. I have just downloded the blueJ but when I started it it saya that JDK\J2SDK must be required to run the BlueJ. Now the thing is I had gone to the sun java site but got confused what to download. Finally I downloaded the J2SE. but then also i got problem caz it dosent have any exe to install it. So anybody can help me how can i "Start"!!!!!!!! !!!!!!!!!!!!
    See more | Go to post

  • sanketbarot
    started a topic how is it working?
    in C

    how is it working?

    Hello friends

    suppose i want to defined a 2 dimensional array using pointer. for that i follow the following procedure(given in book). it is working perfactly but i am not getting it.

    suppose row =2 and coloum =3
    int **p;


    p = new int*[2]; //Line 1

    *p = new int[3]; /// line2
    ++*p = new int[3]; //line 3
    ++*p = new int[3; // Line 4


    ...
    See more | Go to post

  • sanketbarot
    started a topic Near* and far*
    in C

    Near* and far*

    Hi friends,

    What is the meaning of near* and far*. what is the difference between them?
    See more | Go to post

  • sanketbarot
    replied to Confused
    in .NET
    ok, Thanku Friends
    See more | Go to post

    Leave a comment:


  • sanketbarot
    replied to Confused
    in .NET
    So is it necessary to first learn the VB.net?
    See more | Go to post

    Leave a comment:


  • sanketbarot
    started a topic Confused
    in .NET

    Confused

    Hello Friend,

    What is the differnce between ASP.net and VB.net caz I know this two terms only. Is there any other kind of technology available in .net. if yes then please brif me about that also

    I mean VB.net and ASP.net are like C,C++.
    and so I should start with VB.net

    if not then how to first start with VB.net or ASP.net?
    See more | Go to post

  • sanketbarot
    replied to Beginner
    in .NET
    Thank you friends
    See more | Go to post

    Leave a comment:


  • sanketbarot
    started a topic Beginner
    in .NET

    Beginner

    Hi, Friends

    I am a new student in .net. Can anyone tell me which book should I refer for .net as beginner? does it covering all these things like asp.net, vb.net etc.
    See more | Go to post

  • sanketbarot
    started a topic Difference(Urgent)
    in C

    Difference(Urgent)

    Hi, Friends


    What is the difference between Structure and Class in C++?
    See more | Go to post

  • sanketbarot
    replied to question
    in C
    What is Point?
    See more | Go to post

    Leave a comment:


  • sanketbarot
    started a topic Platform dependent language like C, C++?
    in C

    Platform dependent language like C, C++?

    Why are C, C++ called platform dependent languages ? what does it mean?
    See more | Go to post
    Last edited by Niheel; Oct 6 '06, 07:12 PM.

  • sanketbarot
    replied to Problem in File writing
    in C
    hey ppl thanks a lot i really appreciate it, it helped a lot guys.
    See more | Go to post

    Leave a comment:


  • sanketbarot
    started a topic Problem in File writing
    in C

    Problem in File writing

    Hi, Friends

    When I am trying to make a file which of .txt type. it is not generating it perfactly.

    Code:
     #include<iostream.h> 
    #include<fstream.h>
    #include<conio.h>
     
    void main()
    {
     
    clrscr();
     
    char *name;
     
    fstream test;
    test.open("try.txt",ios::binary|ios::out);
    cout<<"Enter Name";
    cin>>name;
    ...
    See more | Go to post
    Last edited by Niheel; Oct 6 '06, 06:15 PM.

  • sanketbarot
    started a topic How does stream_object.read function work?
    in C

    How does stream_object.read function work?

    How this Function works?


    For reading a file in binary mode the syntex is


    stream_object.r ead((char*)&var iable,sizeof(va riable));
    See more | Go to post

  • sanketbarot
    started a topic File Problem
    in C

    File Problem

    Hello Friends,

    I am using Turbo C++ compiler. and I when i am trying to make a new file or opening a file. It always take the F:\TC\BIN path.

    So my question is how can I open a file from any where in the disk. or how can i store the file any where in the disk.
    See more | Go to post
No activity results to display
Show More
Working...