Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
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
I want to know why make classes? if you can simply make methods in the main class?
classes
java
0 Votes
2 Answers
4th Sep 2015, 11:20 AM
miguel coy
Where can I find a good (and easy to install) C++ compiler for mac?
c++
compiler
0 Votes
5 Answers
23rd Aug 2015, 7:39 PM
Ciara Adkins
I have single table called flow, which has every 10 mins flow sample. I want to show sum of this samples per shift like 8am to 4pm shift1, 4pm to 12am shift2, 12am to 8am shift3
sql
union
0 Votes
2 Answers
22nd Aug 2015, 5:12 AM
hari Prasad
Am using mac and no java program installed in my applications. What can I do... It seems totally different on Windows.
java
jdk
0 Votes
5 Answers
10th Aug 2015, 11:57 AM
Charlie Wheeler
Can i add a box-shadow on a table?
box-shadow
css
css3
3 Votes
6 Answers
10th Aug 2015, 10:40 AM
Claudiu Maxim
hi guys, i m just a beginner in c++, this parts i means Pointers is difficult for me, i dont understand clearly and where can i use this if i built app. Is it important in c++ ?
c++
pointers
3 Votes
7 Answers
9th Aug 2015, 11:37 AM
Tuang Hau Mun
What am I doing wrong when I type javac on command prop and it says it's not recognized as internal or external command, operable program or batch file?
java
jdk
4 Votes
11 Answers
5th Aug 2015, 9:25 PM
Juuso Varho
Is it possible to accept array elements from the user? If so, how should I proceed?
arrays
java
0 Votes
2 Answers
22nd Jul 2015, 5:08 PM
Chaitri
When do we use pointer? I don't get when to use it.
c++
pointers
1 Vote
6 Answers
20th Jul 2015, 5:33 AM
Dojee Galtshen
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
1236
1237
1238
Next >
Hot today
Web Development
2 Votes
Cybersecurity techies
3 Votes
Please complete this code.
0 Votes
Can someone please explain python for me
0 Votes
Create a program in C++ that can;
0 Votes
What's wrong with code?
0 Votes
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes
Please answer.
0 Votes
How do you print inputs
0 Votes
Introduction of html
0 Votes