Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
How works while ( getline (MyFile, line) ) { cout << line << '\n'; } ?
files
getline
0 Votes
1 Answer
13th Aug 2017, 2:20 PM
Alexik
How While loop in java works even if variable decrement is written inside println method ?
basics
beginner
java
loops
while
0 Votes
1 Answer
21st Sep 2018, 5:03 PM
Gourav Kundu
but why, not(print(4 not in nums)) is True. the first not should make it False. I thought not works like this too.
lists
python
2 Votes
4 Answers
12th Sep 2016, 12:44 PM
Abhishek Chauhan
In html everything goes between open and close tags..but when i run by removing close tag then also it works fine.why??
comments
headings
html
1 Vote
4 Answers
25th Jan 2017, 5:52 PM
ayush
What are the languages I want to study for a music app which works both online and offline
appdeveloping
languages
0 Votes
2 Answers
7th Mar 2018, 1:41 PM
Abhijith Subash
This code in python doesn't work when I run it but it works just fine in pc. can anyone tell me what's the issue
code
python3
0 Votes
4 Answers
12th Nov 2020, 9:28 AM
Srijan Arya
Hello developer tim sololern's comumity, are tou plan to put kootlin languge fo learning....nice work, works like just that..😉
sololearn
tim
0 Votes
3 Answers
26th Aug 2017, 6:53 PM
Aleksandar Popovic
There's a code in c which works like virus but actually jams the hard disk... how it can do that???
c
programming
1 Vote
1 Answer
6th Aug 2019, 12:18 PM
Devam Kakdiya (Kratos)
How can i get a code editer with both HTML/CSS/JAVASCRIPT as it's done in this SoloLearn? And which works offline...
css
html5
javascript
0 Votes
1 Answer
25th Jun 2022, 7:01 PM
Ndagijimana Ezekiel
What is cout and cin i mean are they an object are they a function ,, how it works ??
c++
cin
cout
1 Vote
3 Answers
27th Jan 2017, 10:05 AM
Mina Ghaly
Is it possible to use cin>> in NESTED IF loop? Or it only works if we assign value to variable ex. Int=100
If
nested
0 Votes
5 Answers
18th Jun 2017, 9:43 AM
kartik B
Can somebody make a code that prints the system time and explain how does it works ???
c++
sololearn
0 Votes
2 Answers
26th Jan 2017, 3:57 PM
Sultan
Why does it work??? I made a type mistake so how?
html
id
js
still
typemistake
works
0 Votes
2 Answers
31st May 2018, 5:29 AM
Roel
Why does this “gets” not work? If I place an integer in place of “gets” the program works fine. Curious!
gets
0 Votes
2 Answers
26th Apr 2018, 7:21 PM
Charles W Hsu
Can anyone explain , how a continue statement works and what is break , what is the relation btw this two.
break
continue
while
0 Votes
2 Answers
27th Jun 2020, 8:32 AM
Akhil
Please which app can be suggestee in Nigeria that works well with html and css apart from 'anWriter free'
sololearncommunity
0 Votes
1 Answer
15th Sep 2022, 2:12 PM
Nnaemeka Ngozi
How the '&' operator works in if-else statement and What is the difference between '&' and '&&' in logical operation.
3 Votes
1 Answer
2nd Mar 2017, 11:59 AM
Mr.Curious
Can anyone plz explain me in step by step of how this code works because I am unable to understand it.
input
0 Votes
2 Answers
17th Oct 2020, 1:08 PM
zeeshan
Can I run an image from photobucket here?! (I tried it and it works on any notepad but it doesn't load here on sololearn)
images
url
6 Votes
2 Answers
18th Apr 2017, 4:27 AM
S_M_A
Can anyone explain to me why this timer works perfect in chrome console and w3schools console but not on SL? Thanks for response
javascript
1 Vote
4 Answers
17th Jun 2017, 4:08 AM
Dustin Hammack
I want to know the various kinds of server in details . How server works in system operation.
server
0 Votes
1 Answer
14th Dec 2019, 1:32 PM
Hazel
Is "case:" works like instruction "goto:" ( label) in i.e. Pascal? It allows to omit some part of code.
c++
switch
1 Vote
2 Answers
6th Dec 2016, 12:08 AM
Jack
How to do multiple works with list,in situation only can use local variables.. (Add,show,find from different buttons)
python3
0 Votes
1 Answer
10th Apr 2018, 2:46 PM
Ravindu Chamikara
Can someone explain this code to me? Counting occurrence of a number. Works fine but need explanation
array
code
dry
explanation
help
java
run
0 Votes
1 Answer
15th Jun 2017, 11:17 AM
Hasan Zafar
I just dont know why some codes do not work on solo learn... But works on the pc.. Take the code below as an example
c
1 Vote
3 Answers
12th Aug 2019, 12:15 AM
cerebrocerberus
Someone please help to python example bellow. I want to know whether it possible fifth, or tenth, or it works only twice ther
functional
-1 Vote
6 Answers
15th Jun 2017, 4:54 AM
Nasibillo Muhamedov
Why this code showing No Output & sometime not? If I run this same code on other ide it works perfectly every run.
bug
methods
oops
python3
sololearn
0 Votes
3 Answers
18th Aug 2021, 4:57 PM
I Am a Baked Potato
Is python more than enough for all type of works also in future ? In place of Java.
python3
0 Votes
1 Answer
16th Apr 2020, 7:45 AM
Mohit Namdev
used a scanner, input works for the string name, int age, numberYear, and booThang, after that its states an error exception
help
java
scanner
thankyou
0 Votes
2 Answers
6th Apr 2020, 7:37 PM
Pierre
Help please? It's Pascal language in French ? I don't understand but I want to know how it works please help me
packages
0 Votes
2 Answers
24th May 2020, 10:23 PM
Bouaoun Ahmed
I need to detect if a object is hiting a obstacle from X axis or Y axis. The motion works with a Vector that stores 2 variables
collision
game
vector
3 Votes
6 Answers
9th Jan 2017, 3:59 PM
Igor Busquets
If i want to type something in the body tag and don't type the head tag it works the same?
<head>
0 Votes
2 Answers
29th Sep 2018, 8:10 PM
SONIX
Cannot use import outside a module. How to solve this error in js while using import and export but works for require why?
javascript
1 Vote
2 Answers
28th Jul 2020, 5:42 AM
Aayush $aini
What is the output of this code? And please explain I'm not able to understand.. Explain how this program works
auto-boxing
boxing
classes
loops
object
objects
passing
return
static
upcasting
1 Vote
2 Answers
5th May 2017, 6:17 AM
Aman Karnati
I'm confused between c# and java i feel more comfortable with c# but java works well with Android studio what should i do?
c#
java
1 Vote
4 Answers
5th Apr 2017, 10:32 PM
Sohaib Saleh
I am able to use both class & id multiple times on the same page and it works just fine. So, whats the difference between them?
css
selectors
3 Votes
4 Answers
10th Feb 2017, 7:45 AM
Gurpreet Singh
Hi can ,someone please be kind enough to tell me if this code works after submitting input. The goal is to get a bill of items .
beginnerhelo
python#pythonlists
2 Votes
4 Answers
27th Nov 2022, 3:20 AM
Nethmi Pallekankanamge
why do they talk about lists as used for representing 2d grids when in fact it works for nd grids?
lists
python
1 Vote
2 Answers
3rd Oct 2017, 7:56 AM
ice prince
Can anyone tell me why my java trivia program works perfectly for the first 10 questions and then crashes. Using Android Studio.
mquestionnumber++
1 Vote
3 Answers
13th Nov 2017, 1:16 AM
Marcia Wilson
Can someone check if my code works on pc version of python. It's not workin on my phone compiler but I'm confident with my code
calculator
1 Vote
4 Answers
24th Apr 2018, 9:42 AM
Jefferson Asendente
Pals, Pls can anyone explain to me what's the use of the hasNext() method works in a program Like this. Scanner scan = new Scann
hasnext
help
java
question
sololearn
1 Vote
4 Answers
26th Aug 2018, 5:50 PM
Just_Chuel
Anyone please explain what happens when we write Myclass res=obj1+obj2; I mean how the values are passed and how it works
c++
operator-overloading
3 Votes
1 Answer
15th Jul 2017, 8:10 AM
Tamil Selvan
Can anyone tell me why is my code considered wrong by the app while it actually works fine. And is there any better way to do it
codecoach
python
1 Vote
3 Answers
31st Aug 2021, 10:33 PM
Aziz Mhenni
What do i need to do to get the turtle drawing and not crashing? Works great on pycharm but not on sololearn. :-(
python
turtle
0 Votes
2 Answers
31st May 2020, 5:33 PM
Cliff
Why my script doesn't work ? I test it on my browser it works well but not here ???
scripts
0 Votes
2 Answers
15th Mar 2018, 3:28 PM
Jukoo
Hello i wrote some js codes on my laptop about a button that changes backgroundColor it works on mylaptop but noton phone pls y
javascript
0 Votes
3 Answers
4th Feb 2022, 5:52 PM
Okere Samuel
Is there anything else in "if" statement i need to know other than knowing that "if" nesting works only if outer "if" is true?
if
nesting
0 Votes
2 Answers
19th Nov 2020, 2:45 AM
Amit Mondal
Whats wrong with this code that in project of bmi doesn't accept my code!!! i tried it in other ide there is no problem it works
python
0 Votes
3 Answers
6th Apr 2021, 6:20 AM
Sajjad Samiei naserani
I whrite a code in visual studio from a tutorial on youtube (Unity player movement). It don't works at me... Why???
c#
0 Votes
2 Answers
16th Jul 2020, 6:44 PM
Tjovo studios
Why :: (scope resolution operator) is used in c and c++? How it works in a program? Help me to understand
c
c++
1 Vote
2 Answers
13th May 2017, 5:20 AM
Vignesh
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
17
18
19
20
Next >
Hot today
Developers Vs Programmers
2 Votes
How to use input comand in python
1 Votes
I have a problem with this code.
0 Votes
If statement syntax error
0 Votes
Is there anyway to have a wait within sololearn for python?
1 Votes
iterator of map | ++ vs += 1
1 Votes
Should I start two coding languages at a time?
0 Votes
Sololearn Ranking
2 Votes
What is the best and most used coding language?
0 Votes
im confused (C# question)
0 Votes