Click here to Skip to main content
15,907,329 members

Total posts by Ashutosh_g: 49

 

4
answers

how can we play audio files in c++? what should be the simple code to retrieve audio file ?

13-Mar-12 0:19am - updated 24-Sep-19 11:54am
2
answers

what is the difference between size() and length() function of c++ string if they give the same output?

5-Sep-12 6:30am - updated 5-Jan-15 10:33am
3
answers

where is the main() function located ? can we see its definition in the compiler files like header files?

16-Jul-12 4:10am - updated 16-Jul-12 16:38pm
3
answers

i want to know that where are the namespaces created by us are stored ?

16-Jul-12 4:09am - updated 16-Jul-12 9:02am
1
answer

In this code i want to increment the value of a after each compilation of code, how can i do it?

19-Jun-12 4:45am - updated 19-Jun-12 4:54am
3
answers

Why the getline function is not working in if statement ?

5-Apr-12 19:55pm - updated 6-Apr-12 0:06am
1
answer

if i write this code then why the execution control is not going to the second while loop?

16-Mar-12 20:21pm - updated 16-Mar-12 22:15pm
3
answers

What is the difference between binary file and text file

16-Mar-12 8:39am - updated 16-Mar-12 8:58am
2
answers

why the output "Error opening file" does not display if i comment the commented lines in this code?

16-Mar-12 8:03am - updated 16-Mar-12 8:38am
3
answers

how can i get the address of any function?

16-Mar-12 8:16am - updated 16-Mar-12 8:23am
5
answers

in the output why the letter 'e' of welcome is repeated?

15-Mar-12 6:28am - updated 15-Mar-12 22:11pm
4
answers

What is the difference between binary and text files in c++? The two programs do not differ between these two modes. why?

12-Mar-12 19:26pm - updated 13-Mar-12 11:37am
2
answers

how the cout statement works in c++? and how the output is displayed to the screen with it?

7-Mar-12 3:04am - updated 7-Mar-12 9:39am
1
answer

why the address of function is changed if i print it with cout and printf?

3-Mar-12 18:05pm - updated 3-Mar-12 18:49pm
1
answer

can i make a function of one class as a friend of other class ? how can i make a program for that?

26-Feb-12 2:21am - updated 26-Feb-12 2:48am
4
answers

what is the difference between call by reference and call by address?

26-Feb-12 1:29am - updated 5-Mar-12 14:53pm
2
answers

is the main() in c is user defined or predefined function?

17-Feb-12 5:21am - updated 18-Feb-12 5:19am
3
answers

how can we check the any data type value entered by the user is correct or not?

21-Dec-11 21:20pm - updated 22-Dec-11 5:40am
2
answers

Why we assign the reference of derived class object to the base class reference in java?

12-Dec-11 19:30pm - updated 12-Dec-11 23:02pm
5
answers

What is the difference between data hiding and abstraction in c++ ? How can we differentiate both of them with examples ?

24-Nov-11 6:28am - updated 24-Nov-11 15:29pm
Page 1 of 3
1 2 3