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.....
User Profile
Collapse
-
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. -
-
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. -
Ya friends,
I had downloaded wrong file. Now its working perfactly,
Thank YouLeave a comment:
-
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"!!!!!!!! !!!!!!!!!!!! -
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
... -
Near* and far*
Hi friends,
What is the meaning of near* and far*. what is the difference between them? -
-
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? -
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. -
Difference(Urgent)
Hi, Friends
What is the difference between Structure and Class in C++? -
Platform dependent language like C, C++?
Why are C, C++ called platform dependent languages ? what does it mean?Last edited by Niheel; Oct 6 '06, 07:12 PM. -
hey ppl thanks a lot i really appreciate it, it helped a lot guys.Leave a comment:
-
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;
Last edited by Niheel; Oct 6 '06, 06:15 PM. -
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)); -
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.
No activity results to display
Show More
Leave a comment: