Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
So what is the difference between a float, double, and long double?
c++
data-types
12 Votes
12 Answers
6th May 2016, 7:24 PM
SJKakjASKAL
if the base class has a overloaded constructor, can we specify which to be called when creating a derived class from the bass class?
c++
inheritance
3 Votes
1 Answer
30th Apr 2016, 3:19 PM
Moria
What will happen if we do not declare namespace?
c++
11 Votes
13 Answers
29th Apr 2016, 5:00 PM
Mannan Bansal
Can we create an array of type string?
arrays
c++
0 Votes
6 Answers
28th Apr 2016, 12:13 PM
Nick Fererr
help . what is signed and unsigned??
c++
data-types
1 Vote
7 Answers
26th Apr 2016, 4:42 PM
reza
hy guyz can u plz tell me the role of #include<string> and the difference between it and #include<iostream>
c++
include
strings
2 Votes
3 Answers
25th Apr 2016, 12:47 AM
Adinanii Habimanaa
Is there modes in cpp as in c (r w a)?
c++
files
0 Votes
3 Answers
23rd Apr 2016, 6:11 PM
Akash Narayan Sutar
Why the size of int a =[5] is 5 instead 6 , isn't the first term is 0?
arrays
c++
0 Votes
5 Answers
22nd Apr 2016, 2:07 PM
Zhi Hao
What is Object Oriented Programming? Procedural Programming?
c++
0 Votes
1 Answer
21st Apr 2016, 12:26 PM
Christian Pecson
Can you use sizeof on a class? If so, does only depend on its primitive values or does inheritance play a part as well?
c++
sizeof
1 Vote
3 Answers
13th Apr 2016, 12:12 AM
Antonio Borges
How come srand() produces same sequence using the same interger? Shouldn't srand change the sequence as true random?
c++
rand
0 Votes
3 Answers
9th Apr 2016, 9:56 PM
Michael A. Valverde
Why is Abstract class useful?
abstract-classes
c++
0 Votes
2 Answers
9th Apr 2016, 5:53 PM
Abhishek Jain
Is the var available in C++??
c#
c++
variables
0 Votes
7 Answers
8th Apr 2016, 1:07 PM
Hadi Hatami
Who can answer me on a question? "Why arrays start with '0'?" By technical meaning. Why computer does it?
arrays
c++
2 Votes
3 Answers
7th Apr 2016, 4:00 PM
Terekhov Dmitry
Hello guys , i have created an application using win 32 api. But the real problem is how to convert it into an app(android)?
c++
0 Votes
2 Answers
7th Apr 2016, 2:03 PM
Danyal Shahid Shamsi
I don't get char pointer, which stores something other than char... Isn't c++ type safe language? Why can I store a string in a char?
c++
pointers
0 Votes
1 Answer
6th Apr 2016, 11:42 AM
Yuri Predborski
Is there a way to see all your variables and their values in Code blocks or devc++?
c++
0 Votes
1 Answer
4th Apr 2016, 8:37 PM
Mohamad Mohamad
So what is the size of an int? In the Console it says 4, but on the Summary it says 2 ( for standard int, not short)?
c++
sizeof
0 Votes
2 Answers
4th Apr 2016, 3:18 PM
Patrick White
What's the difference b/w methods and functions?
c++
functions
methods
2 Votes
5 Answers
2nd Apr 2016, 9:21 AM
Venu Gopal Pulivarthi
What im doing wrong?it's says compilation error,help
c++
if-statements
0 Votes
8 Answers
31st Mar 2016, 6:29 PM
Dimitry
I don't understand the difference between a base class with virtual function and without it.
c++
polymorphism
1 Vote
2 Answers
31st Mar 2016, 6:19 AM
Alessandro Noferi
When parenthesis are nested which pair of parenthesis is evaluated first?
c++
operators
0 Votes
2 Answers
30th Mar 2016, 5:13 AM
Abdulqahar M U Abubakar
Can you give an example Of practical use Of operators overloading?
c++
operator-overloading
2 Votes
3 Answers
26th Mar 2016, 8:08 PM
Julio Muñoz
Can anyone help me... what is the difference between int *ptr and int **ptr.?
c++
pointers
0 Votes
2 Answers
25th Mar 2016, 3:15 PM
REIFFORD NONGBRI
What is constructor?
c++
constructors
0 Votes
1 Answer
24th Mar 2016, 2:15 PM
Amita Rana
So I'm guessing that the default statement doesn't require a break because it's already at the end of the switch statement?
c++
switch
0 Votes
4 Answers
23rd Mar 2016, 9:40 PM
Sara M
What exactly is a namespace?
c++
0 Votes
2 Answers
23rd Mar 2016, 9:06 PM
Cameron Dunn (cdunn2013)
What happens to private or protected inheritance?
c++
inheritance
1 Vote
1 Answer
20th Mar 2016, 6:03 PM
andwan0
What is meant by return type?
c++
functions
2 Votes
3 Answers
18th Mar 2016, 4:19 AM
Adele Lawal
Why do we have to return always 0 in case the return type of the main() is int. What will happen if we return some integer other than 0?
c++
functions
1 Vote
5 Answers
16th Mar 2016, 9:29 PM
Rahul Singh
I didn't get it... how can an oerator be overloaded?
c++
operator-overloading
0 Votes
1 Answer
15th Mar 2016, 2:45 PM
Praman Kasliwal
What is the point of arrays? When are they used when programming for a website?
arrays
c++
0 Votes
4 Answers
10th Mar 2016, 10:13 PM
krisd1
What is a string concatenation?
c++
strings
1 Vote
1 Answer
10th Mar 2016, 12:02 AM
chris
I still don't get the assignment operator. How could x += be possible? How can you assign x equal to itself plus something?
c++
operators
2 Votes
6 Answers
9th Mar 2016, 6:25 PM
Angelo
What happens if i put && and || together.?
c++
operators
0 Votes
2 Answers
9th Mar 2016, 11:01 AM
Sayan Ghosh
What happens if the user entera a different data type than the expected one (for instante a char instead of an int)?
c++
variables
0 Votes
4 Answers
9th Mar 2016, 12:44 AM
Javier Gonzalez
I don't really fully get what "case" And "break" are doing -- I'm mainly just copying the code there -- anyone have any helpful hints?
c++
switch
-1 Vote
2 Answers
9th Mar 2016, 12:24 AM
chris
Can someone please provide a simple real-world code example situation of when one would use the while loop?
c++
loops
0 Votes
2 Answers
8th Mar 2016, 8:15 PM
chris
Is there a way in c++ to directly access balance as a getter without having to do a function call but only be able to modify it through related methods?
c++
encapsulation
0 Votes
2 Answers
8th Mar 2016, 6:18 PM
Josie Thompson
Can you guys tell me what is the difference between header <iostream> and <stdio.h> ?
c++
0 Votes
2 Answers
5th Mar 2016, 9:43 AM
NaMan GuPta
Is there anyway to integrate a graphics library in Dev C++ Bloodshed?
c++
2 Votes
2 Answers
2nd Mar 2016, 9:54 PM
Armando Herra
How long did it take you guys to learn C++? I actually hope i learn this language in 2 months!
c++
classes
1 Vote
15 Answers
2nd Mar 2016, 7:11 PM
player_001
Why is it so that even without using return 0, the program runs? What's the actual use of return 0
c++
0 Votes
4 Answers
28th Feb 2016, 5:19 AM
Ritwik Madhukalya
For what purpose does double pointers is used?
c++
pointers
0 Votes
4 Answers
25th Feb 2016, 10:28 AM
Aditya Ahale
What is the max size an array has?
arrays
c++
0 Votes
2 Answers
24th Feb 2016, 5:59 PM
Ashu Babbar
Is it mandatory to define function outside the class?
c++
classes
functions
3 Votes
5 Answers
23rd Feb 2016, 8:38 AM
NavatejaReddy
What is the difference between class and a function?
c++
classes
functions
0 Votes
2 Answers
21st Feb 2016, 1:21 PM
Ajmal Hassan
Why should one choose python instead of java or c++?
c++
java
python
0 Votes
2 Answers
20th Feb 2016, 4:22 PM
Mohammadamin Beiruti
code block crashed my win 7 do not download it. i have code block 16.01 but when i created my first console project i see this :'couldnt create the project directory: C:\......' please help me what to do?
c++
0 Votes
1 Answer
19th Feb 2016, 7:49 AM
siavosh
Why we should use the &obj specification for declaration of the operator function?let's use the myObj*
c++
operator-overloading
0 Votes
1 Answer
16th Feb 2016, 12:53 PM
Emanuel Lozitsky
Ask a question
Ask a question
< Previous
1
...
879
880
881
882
Next >
Hot today
App Development
1 Votes
GUI-Based Python code in Webpage
3 Votes
Convert Animated SVG to PNG
1 Votes
I'm still new, help me about my image code
0 Votes
My Missing Courses
1 Votes
What will be the output of this code?
1 Votes
cyber security
0 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes
Why are "code bits" based off Visual Studio Code?
0 Votes