Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
I don't believe I understand the modulus operator very well.
c++
operators
1 Vote
6 Answers
15th Jan 2016, 4:13 AM
Sandra Pérez
Not sûre i understand the différence between r+ ans w+
files
php
0 Votes
1 Answer
14th Jan 2016, 10:20 PM
Yann
Why should i type public before constructor? can i create a constructor without public?
constructors
java
0 Votes
2 Answers
14th Jan 2016, 12:04 PM
JulietLove
I don't understand the function of the min and max-width. Why do I have to use them when I can just specify the width?
css
height
width
3 Votes
4 Answers
14th Jan 2016, 9:26 AM
Samuel Blessed Woniowei
Do i need to learn any prerequisite before i get my hands on php?
php
1 Vote
3 Answers
14th Jan 2016, 8:10 AM
soory
Can I have any example on blob data type?
sql
tables
0 Votes
2 Answers
13th Jan 2016, 9:49 AM
Gaurav Garg
Can anyone tell me what all languages I need to learn to make an e-commerce website (eg amazon)?
html
1 Vote
5 Answers
12th Jan 2016, 12:51 AM
Injeel Ahmed
Can i use a string in switch?
java
switch
0 Votes
6 Answers
11th Jan 2016, 11:34 AM
Ben Wong
I can not understand difference between Class and Struct.
c++
classes
structs
32 Votes
42 Answers
9th Jan 2016, 12:39 PM
dani rzv
Lets say I have created a view and I have forgotten the name i used for that particular view but I urgently need to update the query for the view. Is there a way to see all the views I have created so far? so as to help me identify the view that needs to be updated.
sql
views
1 Vote
2 Answers
8th Jan 2016, 1:50 AM
Nana Qhuacy
How can I make a hexadecimal number (e.g. #FF0000) transparent?
css
css3
3 Votes
3 Answers
7th Jan 2016, 4:29 PM
Patrick G.
So x++ and ++x are essentially both the same as x=x+1 but the postfix is the only one that changes the value? Or no? I think I missed something.
c++
operators
4 Votes
8 Answers
6th Jan 2016, 7:47 PM
Geoff williams
Seems like math class doesn't exist in my eclipse version in library. It asks me to create method pow when I try to check Double a = Math.pow(2,3); Any ideas?
java
math
1 Vote
1 Answer
5th Jan 2016, 2:39 PM
Eugene Lukianov
I do not have any Mac or iPad, how do I write code for iOS apps?
swift
0 Votes
2 Answers
5th Jan 2016, 9:31 AM
Digdarshan Kavia
What happens if I just declare the variable "sum" but don't put the initial value? For instance, if instead of saying "int sum = 0;" , I said " int sum;"
c++
variables
1 Vote
3 Answers
3rd Jan 2016, 10:16 PM
Lucas
In most of the place i hv seen that the array format is like: int arr [5]; but here you r preferring to use int [5] arr; format. Is it really standard ?
arrays
java
0 Votes
3 Answers
2nd Jan 2016, 6:01 AM
Khandaker Maria Shabnam
hi guys can anyone tell me what is the use of namespace with an example and why only namespace std not namespace cout and how I know which type of namespace s are used writing an program?
c++
2 Votes
3 Answers
1st Jan 2016, 1:53 AM
sivasaiprakash
After finishing HTML5 and css3 should i start with Javascript or php?
css
css3
html5
3 Votes
15 Answers
30th Dec 2015, 11:29 PM
Alpha Diallo
How to write i a word file?
files
php
0 Votes
1 Answer
29th Dec 2015, 9:09 PM
andy
Why would İ prefer to use a variable rather than a constant?
c++
constants
0 Votes
6 Answers
29th Dec 2015, 6:25 PM
Kevin Kiambe
How Can I be an expert Web developer?
javascript
0 Votes
5 Answers
29th Dec 2015, 3:45 AM
Khalid Hasan
I installed XAMPP tried starting Apache and got the folowing crash:
php
2 Votes
7 Answers
27th Dec 2015, 9:03 PM
Totten Kopf
I can't understand, why do sin(x) and tan(x) return wrong values when I put Math.PI as x. It shows 1,22 for sin and -1,22 for tan, when it should be 0 in both cases?
javascript
math
1 Vote
3 Answers
24th Dec 2015, 12:51 AM
astar95
Where can I download SQL IDE?
sql
0 Votes
1 Answer
22nd Dec 2015, 4:09 AM
Gamoo
May I ask anyone to explain assertion in your words?
assertions
python
5 Votes
11 Answers
22nd Dec 2015, 2:41 AM
jurtly
How to write tag in html. like, if I want to write <h1> in paragraph tag not as a tag but as a word. Is there any way to stop it from taking effect.
html
0 Votes
2 Answers
20th Dec 2015, 10:06 AM
Vivek Kaushik
Why recursion does not occur, when I assign a value to a property within its own didSet observe?
properties
swift
2 Votes
1 Answer
16th Dec 2015, 12:46 PM
Lilit d'Khachatryan
I can't get fully, if this: var a =10, var b = 3 var c = a℅(a -b) and the answer is = 3, but how?
operators
swift
0 Votes
3 Answers
16th Dec 2015, 7:41 AM
Den Boyko
If I want to start SWIFT, should I already know any programming language? If YES, which one? TIA
swift
0 Votes
8 Answers
16th Dec 2015, 5:59 AM
Faisal Ahammad
7%(5//2) =1. please explain. I don't understand how they get 1?
numeric-operations
python
29 Votes
46 Answers
7th Dec 2015, 6:28 AM
Sean
So guys... I've been making a custom calc and I was wondering how I would add different operations? Like how do i make it so I can choose an operation?
c++
operators
0 Votes
1 Answer
4th Dec 2015, 8:34 AM
Chandler
How can I apply colour tag by hexadecimal number?
html
0 Votes
19 Answers
4th Dec 2015, 8:25 AM
akash
I dont get the difference between print and input functions
input
output
python
3 Votes
5 Answers
3rd Dec 2015, 1:38 AM
Laith Hussain
Why 26 // 5 / 2 = 2.5 ? I dont understand it :(
numeric-operations
python
0 Votes
2 Answers
1st Dec 2015, 9:25 PM
Michal
I didn't understand what is a method?
javascript
objects
0 Votes
2 Answers
27th Nov 2015, 2:16 AM
Mr.Green3322
How do I indent? not clear on that.
if-statements
python
0 Votes
3 Answers
16th Nov 2015, 7:46 AM
Cory Bennett
I don't get the the code "if not True"
boolean-logic
python
4 Votes
12 Answers
11th Nov 2015, 2:30 PM
david
Do I still need to learn <frameset> if it's not supported in HTML 5?
frames
html
3 Votes
10 Answers
9th Nov 2015, 5:33 PM
Tera Esparza
I can't understand what is different between require and include 😑
include
php
require
0 Votes
5 Answers
6th Nov 2015, 2:45 AM
heet makwana
Can I use the command "show databases" in my sql?
sql
0 Votes
2 Answers
4th Nov 2015, 8:53 AM
Shashank Bhagat
So can I only learn HTML5 and forget about the older versions? :D
html
html5
16 Votes
34 Answers
31st Oct 2015, 8:09 PM
David
I don't get how x=x+3 can be written as x+=3. Can someone please explain this to me better?
operators
python
8 Votes
8 Answers
26th Oct 2015, 8:34 PM
DanielXR
Do I need to create the math class before using it?
java
math
0 Votes
4 Answers
21st Oct 2015, 8:56 AM
Simon Ho
How do I build a database for a social network for education purposes?
sql
0 Votes
1 Answer
9th Oct 2015, 12:41 PM
Oze Ezeanochie
I finished HTML, but I would rather learn Java over HTML5. Could I do that?
html
html5
java
-1 Vote
2 Answers
27th Sep 2015, 6:39 PM
wolfiefilms
I need to know why we need to set the environment path?
java
jdk
0 Votes
7 Answers
26th Sep 2015, 1:34 AM
Anup Jaguri
hi there. I have noticed that in the lesson you didn't gave the int datatype a size parameter. Does it mean that int parameter can hold lby default any integer no matter how many characters it consists of?
sql
tables
0 Votes
1 Answer
24th Sep 2015, 8:35 AM
George Shtalman
After complete the html how i connect with web for create web site?
html
0 Votes
3 Answers
23rd Sep 2015, 5:35 PM
tawseef
I still don't understand what relative and absolute means? someone can explain it to me? thanks.
css
0 Votes
7 Answers
23rd Sep 2015, 1:14 PM
Gil
Will adding serious amounts of comments slow down the program? I mean like a novel length like the types of: war and peace.
c++
comments
0 Votes
3 Answers
18th Sep 2015, 5:07 PM
Henrik Karlberg
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
1238
1239
1240
Next >
Hot today
How to properly reverse a string in python
4 Votes
Can someone explain how it works (im new)
1 Votes
AI Takeover
2 Votes
Using Python on VScode
1 Votes
Python Developer
0 Votes
Average of Two Numbers
0 Votes
Hearts
0 Votes
hi my coding instor told me to make a calculator that find the average of two numbers can you pls tell me my erro
0 Votes
Pls how can I make my coding go live
1 Votes
Can I take the certificates after finished the lessons?
1 Votes