Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Cennik
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
The switch, does he check every case until he find one who's the same, or does he literally change value with eader case he cros
c#
switch
0 głosów
2 odpowiedzi
29th Mar 2017, 5:35 PM
Chuck
x++ will increase a value sometimes. Please help me learn all of the times when it won't change x. This is my understanding so far: x=4; for { y=x++; } document.write(y) //returns 4 x=4; for { y=x++; y+=2; return y; } //returns 7 x++/2==? ++x/2=2.5
interations
javascript
loops
3 głosów
6 odpowiedzi
9th Oct 2016, 5:31 PM
ixnayOntheAmScray
So Minecraft Pocket Edition is written in c++. What apps (android) can I use to open the code and be able to modify some codes to change the skins etc? Thanks.
c++
0 głosów
3 odpowiedzi
2nd Oct 2016, 1:27 AM
Raul
Matrix C
a
c
change
on
places
program
that
the
will
write
2 głosów
1 Odpowiedź
20th May 2019, 8:06 PM
M Dj
Any one knows how to use advace kivy method? I am trying to make an app using kivy and I can't change the background of labels?
kivy
learn
python
-1 Głos
2 odpowiedzi
23rd Apr 2022, 11:56 AM
Furqan Ali
How to fit the canvas to the page?
canvas
change
device
fit
javascript
js
make
resize
screen
whole
0 głosów
3 odpowiedzi
30th Oct 2019, 1:51 AM
Bright Lin
hello. please help me to understand this code: int main(){ int i=50, b=20,c=30; i=c,b; cout<<i<<endl; i=(c,b); cout<<i<<endl; } outputs: 30 20 I don't realize, what does the parantheses change (3 and 5 line)
c++
1 Głos
3 odpowiedzi
23rd Jun 2016, 4:42 PM
Dennis
Good morning sir. My button change is not display under the image. It is left the image. I want under the image. Thanks you sir.
button
doing
image
the
under
-1 Głos
1 Odpowiedź
28th Jan 2022, 9:31 AM
Malick Diagne
How to create a image that is when a button was clicked the image will change and if the image was clicked the image will zoom
css
html
web
1 Głos
1 Odpowiedź
8th Dec 2017, 1:04 PM
John Lester Bermejo
Как отследить переменную JS
change
get
javascript
observe
observer
onchange
script
value
variable
0 głosów
2 odpowiedzi
25th May 2021, 6:11 PM
Влад Цислевский
How can i change the width of the colums, if i want them to be same size? is there better way to do it? <table border="2"> <tr> <td width="100px">Red</td> <td width="100px">Blue</td> <td width="100px">Green</td> </tr>
html
tables
0 głosów
4 odpowiedzi
28th Jul 2016, 5:06 PM
MJo
Hey . I have a template of website . I want to change the color of menu bar top of the page . I cant find the codes in sourse .
<nav>
0 głosów
2 odpowiedzi
20th May 2019, 10:12 AM
Hamid Mohammadi
Is it possible to change the background-color of the scroll bar or make it transparent so that it matches the background of a div for instance?
background
css
1 Głos
1 Odpowiedź
31st Mar 2016, 9:15 AM
Thomas
How to change the color of a text?For exemple, if I want to print "Hello" and I want to make it Red, how can I do that?
python
0 głosów
2 odpowiedzi
24th Jun 2017, 9:50 PM
Darvin Koka
When ever a user forgets to put a number in an input i want it to set the value for that input to zero to prevent the NaN
change
counter
dime
html
javascript
money
nickle
pennie
quarter
0 głosów
3 odpowiedzi
23rd Feb 2018, 7:40 AM
Brennan Woodroof
How to reassign nested list elements ? Can anyone help me ? [5,6] in this now i would like to change 5 and keep 6 in my newlist
python
0 głosów
2 odpowiedzi
6th Mar 2017, 2:39 AM
Abin Singh R
Pls I do ve dis question in regards to php , how do I change background colour in response to time. I mean for instance every 6h
kabiru
0 głosów
1 Odpowiedź
28th Aug 2018, 8:15 AM
Gift Thomas
How I can receive a data from an end leaf of a binaritree and after this to cancel this leaf. I agoing to change the data of a
c++
0 głosów
1 Odpowiedź
7th Dec 2016, 3:38 PM
Emanuel Lozitsky
Given a table SALARIES, such as the one below, that has m = male and f = female values. Swap all f and m values (i.e., change al
challenge
0 głosów
1 Odpowiedź
21st Dec 2016, 5:24 AM
Akwin Lopez
Can I overload a method by creating methods with the same name but changing both the return type and the parameters? Or does it work only when I change the parameters...
c#
methods
0 głosów
2 odpowiedzi
24th Aug 2016, 1:37 PM
Victor Pietro Moreno
Hy thr... if u put if (x>y) ; cout<<"true"; output 'll b true.... but if v change sign to lesser than no output.. Y? i am bit confused ...help me
c++
0 głosów
2 odpowiedzi
11th Aug 2016, 1:03 PM
Jayanth
What do you think about this ? Or maybe, your function more simple.
change
char
character
chr_edt()
erase
function
functions
php
simple
string
2 głosów
2 odpowiedzi
13th Feb 2017, 10:41 AM
M Hafiz Prasetyo
How is it possible for a variable such as int a = 100; with a value as 100 be able to change to a = 50; with a value of 50?
c++
variables
0 głosów
2 odpowiedzi
7th Jun 2017, 3:36 PM
Carlos DV
I can't get this for loop to change the 0 to a 1. I need it to count to 30 by 5s. I would appreciate any help. Here is the code.
javascript
0 głosów
2 odpowiedzi
13th Oct 2016, 12:26 AM
Thomas Weber
html unordered list bullet point font
bullet
change
how
html
lists
point
style
to
0 głosów
1 Odpowiedź
14th Dec 2016, 5:20 AM
Ryan Cloyd
What is the default size of the text when I use 'font-size: [*]%' and is it change with different screens? Какой размер текста по умолчанию, когда я использую 'font-size: [*]%' , и меняется ли он на разных экранах?
css
font
selectors
1 Głos
2 odpowiedzi
3rd Apr 2017, 8:40 PM
Oleksandr Medyanskyi
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
43
44
Dalej >
Popularne dzisiaj
Can i get my old account back? I had deleted it :(
2 Votes
HTML
2 Votes
Formating in python
0 Votes
How to have a helper function in a class ,without getting a warning of (self expected as the first parameter )
1 Votes
Could you ple ase help me???
1 Votes
Header, Main, Footer
0 Votes
Wifi Password
1 Votes
Which frameworks for best performance rendering edge points for images?
3 Votes
Who’s been using this app for 7+ years
0 Votes
How to grow in sololearn
0 Votes