Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
Using header and .cpp file for Classes - don't completely understand
c++
classes
0 głosów
2 odpowiedzi
12th Sep 2017, 8:02 PM
scott carlson
Android Studio - Where is the navigation graph menu which I can create
activity
android-studio
fragment
kotlin
menu
nav_graph
navigation
xml
0 głosów
1 Odpowiedź
10th Apr 2022, 8:20 AM
Julius
Why is ++/-- - different behavior for implementations of type int and my class ? ... there seem to be no errors.
c++
classes
increment
operator-overloading
8 głosów
4 odpowiedzi
9th Oct 2020, 6:55 PM
Michail Getmanskiy
Deciphering Object Sizes of some classes - Why don't they appear the same as the calculated ones?
c++
classes
sizeof
5 głosów
4 odpowiedzi
12th Jul 2017, 3:56 PM
Solo Wanderer 4315
What are the differences between a static variable and a non - static variable (java)?
java
non-static
questions
static
variables
3 głosów
3 odpowiedzi
29th Jul 2017, 10:18 AM
Danish Javed
I have a problem with Local Storage for To Do List - Can any one help me ?
css
css3
help
html
html5
javascript
sololearn
2 głosów
6 odpowiedzi
31st Jul 2018, 9:20 AM
Abdelrahman Ashref
Cozmo robot - has anyone used the Python SDK for it?
cozmo
python
0 głosów
1 Odpowiedź
8th Nov 2019, 5:41 AM
Duncan
Random selection from a list - is there a better way?
lists
python
0 głosów
2 odpowiedzi
15th May 2017, 4:47 AM
Homer P
For me - ii got an **error** on line 6 (multiple definition of 'main')
cout
0 głosów
3 odpowiedzi
6th Apr 2020, 5:56 PM
Shwadie Kidd
check this code and give sln....has this any solution month is 0 - 11
date
0 głosów
1 Odpowiedź
2nd Oct 2018, 6:01 PM
Y.Lechebo
what is wrong with this code please? search scanner object in code playground - Michael Obeng
java
0 głosów
6 odpowiedzi
17th Jul 2016, 6:37 PM
Michael Obeng
What to study after C++: Python or C#? - Что изучать после C++: Python или C#?
c#
c++
language
learn
new
python
2 głosów
4 odpowiedzi
4th Dec 2016, 10:28 AM
Alexander
Flip coin till 3 heads or 3 tails in a row - help with my code?
python
1 Głos
5 odpowiedzi
2nd Jun 2017, 3:51 PM
Nasheed Shams
What is the answer to the following - Functional Programming Question 1 in Tutorial
functional
functions
higher-order
programming
0 głosów
1 Odpowiedź
24th Aug 2018, 1:00 AM
J. Gallagher
Can anybody please explain me why the result of 2.05 - 0.05 isn't 2?
code
java
output
1 Głos
3 odpowiedzi
27th Jul 2017, 3:51 PM
Jnny
How to find the sum of the series which has + and - alternately? For eg: 1-x^2/2+x^3/3-x^4/4+x^5/5...
c++
of
programming
series
sum
1 Głos
5 odpowiedzi
9th Apr 2018, 1:57 PM
S-Y 007
Lorem Ipsum dolor sit amet - In case you are wondering what is it--just like i was :)
dolor
ipsum
lorem
5 głosów
4 odpowiedzi
17th Jan 2018, 6:41 PM
Agnesness
{SOLVED!} JavaScript + Html Error - Uncaught TypeError: Cannot set property 'innerHTML' of null Line: 10
help
html
javascript
js
0 głosów
3 odpowiedzi
27th Apr 2020, 8:28 PM
DevHaz
Is it possible to connect database with JavaScript ? if yes Give a Example -
connect
database
example
javascript
1 Głos
2 odpowiedzi
28th Aug 2020, 6:40 AM
आदित्य मद्धेशिया
Function overloading - weird number returns when return is not provided. what is this number?
c++
functions
0 głosów
5 odpowiedzi
4th Sep 2017, 9:48 AM
rakesh c
Mention the different techniques & approaches employed by J query UI - developer? Explain.
jquery
1 Głos
2 odpowiedzi
8th Aug 2018, 11:24 AM
Asim Farheen
What is the mistake i did in the code, please help me -
java
0 głosów
2 odpowiedzi
18th Dec 2019, 1:02 PM
sabbani mahesh kumar
sorting the linear linked list by using structures in c++ and display - this is main objective
cpp
data
structute
0 głosów
4 odpowiedzi
7th Dec 2021, 4:20 PM
Praween Gupta
How to create a multiplication table from 2 - 12 using c++
c++
-2 głosów
2 odpowiedzi
7th Apr 2020, 7:27 PM
Emmanuel Blessing
Question No.25.3 : finding mid-element in python - not successful. What's the problem in my code?
lists
midelement
python
0 głosów
4 odpowiedzi
11th Sep 2021, 10:21 AM
Suramuthu R
I can’t understand this JS arithmetic - Seems like a simple minus but the result is unexpected
data-types
javascript
math
strings
0 głosów
5 odpowiedzi
3rd Apr 2018, 4:42 AM
tazzy
What is the output of - 5//2 in python I'm new please help
python
0 głosów
2 odpowiedzi
7th Mar 2020, 5:27 PM
Luka Maghlaperidze
Java - Why is there a 'cannot find symbol' error despite having already declared the variable?
cannotfindsymbol
java
0 głosów
2 odpowiedzi
15th Nov 2020, 7:31 PM
Solus
I try to excuse the greatest number - what's wrong in the code, mathematics it's right
if-statements
java
0 głosów
2 odpowiedzi
27th Feb 2022, 3:23 PM
Jebreel Ziadna
sortA(x) - եթե զանգվածի տարրերը աճման կարգով են դասավորված վերադարձնում է true, հակառակ դեպքում false
javascript
0 głosów
3 odpowiedzi
4th May 2019, 1:56 PM
Arsen Grigoryan
#include <stdio.h> int main() { int var1,var2; var1=10; var2=10; var2=2*(++var1+2) - 2*(--var1-2); printf("Var1=%d \n Var2=%
c
1 Głos
1 Odpowiedź
25th Mar 2019, 10:17 PM
Gab
How shows all the indexes "p" in exemple. - list = ["p", "i", "p", "e"]?
list.index
1 Głos
2 odpowiedzi
5th May 2019, 7:12 PM
Sergey Kramer
Java - "Taking User Input" lesson looping me back to the beginning. Can't progress in lessons.
controlflow
help
issue
java
looping
0 głosów
3 odpowiedzi
2nd Jan 2024, 5:16 PM
Katelyn Dempsey
Could anybody tell how to work with pseudo - classes correctly?
css3
-1 Głos
2 odpowiedzi
1st Mar 2017, 10:01 PM
St.Stephen
Help me fix my Binary Tree Traversal - Preorder, Inorder, Postorder
binary
inorder
postorder
preorder
tree
0 głosów
1 Odpowiedź
13th Dec 2017, 5:05 AM
TJ Manning
Y= ++X - X++ + --X if X= 5 In JAVA
java
-1 Głos
1 Odpowiedź
17th Aug 2020, 3:50 PM
Vishruth M R
How to use remove all expression in c#. - lambda expression
remove
1 Głos
1 Odpowiedź
20th May 2017, 3:00 PM
Hadassah
But why it is 0 - 5 remainder in modulus. If I in calculator 8 divide 9 I get remainder 8. Please can someone explain me?
cpp
0 głosów
22 odpowiedzi
13th Jul 2018, 6:31 AM
Rytis Karalius
Get SoloLearn Python app on Windows 10 - Why only Windows Phone Store?
app
APPX
store
windows
2 głosów
1 Odpowiedź
12th Nov 2016, 3:26 PM
LengZai
Why do I get this error someone explain please? Syntax Error - result = str(num1 / num2)
python
0 głosów
6 odpowiedzi
6th Feb 2017, 1:55 PM
P4tryk
If we use if -elif statement with 'or' - 'and' in it then it isn't executed correctly. Why?
help
python
1 Głos
4 odpowiedzi
31st Dec 2020, 1:21 PM
Japjot Singh Chauhan
What is "2" + "2" - "2'" on JavaScript? Can I get explanation to it
javascript
0 głosów
2 odpowiedzi
17th May 2021, 3:06 PM
Onyeji Chiagozie Victor
Python - Why is the output None when the extend() method is placed inside print()?
extend()
print()
python
0 głosów
2 odpowiedzi
13th Oct 2020, 9:29 PM
Solus
Can anyone please explain about 'Pure Function ' - in python.....i gone through the slides...but still not understood :(
functions
pure_function
python
2 głosów
2 odpowiedzi
24th Sep 2018, 1:42 AM
Praveen Kumar
Help! A Mystery of Inheritance, Classes, Subclass - getting a None Error message.
inheritance
python
0 głosów
1 Odpowiedź
1st May 2019, 11:56 AM
Josie The Ritalin Dog
Why is it that SVG looks hards - I normally think its maths
css3
html
javascript
svg
web
0 głosów
2 odpowiedzi
21st Jun 2020, 6:01 PM
Ebuka Asianya
error in Ruby - shebang line ending with \r may cause problems
android
hacking
linux
metasploit
python
ruby
termux
0 głosów
1 Odpowiedź
3rd Jan 2019, 1:11 PM
Diluuu
Can i use conditional operator to check a number is +ve or - ve in c++????
code
0 głosów
4 odpowiedzi
23rd Dec 2018, 12:03 PM
Safal Kumar Sahgal
Huh - I found a spot where it needs to be worked on on Sololearn App.
?
app
bug?
found-a-need-to-fix
html
sololearn
web
1 Głos
2 odpowiedzi
15th Jun 2019, 8:17 AM
Ginfio
Multiply matrix without NumPy - Would you let me know the code logic ?
matrix
multiply
python
python3
1 Głos
1 Odpowiedź
21st Mar 2018, 8:28 PM
NIMA
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
41
42
43
...
49
Dalej >
Popularne dzisiaj
What's wrong with this code ? ( Beginner)
3 Votes
Pig Latin
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
Uuu
2 Votes
I’m new someone can help me
0 Votes
Recursion doubt
2 Votes