Stanislav
feufq
@Ariana1729 u r too hot to handle
Dima
how do you code really large projects with a lame syntax highlighting in vs code?
Dima
tried 4 fun, lol this is hell
Dima
at least customizability is a thing
Mat
Marie
Can anyone give me idea about project which i do in c,c++ or data structure
1. Go to github.com
2. Tap on search.
3. Use advanced search.
4. Go to Advanced Search.
5. Select user's working language.
6. Press the search button.
7. Hover through the repositories and select one of them.
8. Fork it.
9. Do what you want to do.
10. Make a pull request so that the "original owner" can look at the changes and merge them if he feels the need to.
Ибраги́м
https://www.youtube.com/watch?v=gqhHbhBoDtw
Zeus
Is it possible to run a for loop until the user enters a special input?
Mat
Zeus
Yes
Special multiple inputs*
Mat
Sort of
Mat
Yes
Zeus
Like I want my loop to end if user inputs 3 alphabets.. (doesn't matter how many times the user inputs integer values . The loop must go on)
Zeus
Mat
W/ something controllin the input
Mat
When the cond is met, a boolean value is set to false. You can use that bool in for loop condition
Zeus
Mat
A generic value set to 0 or 1🤔
Zeus
See, am using ONE variable to store the inputs... Whether it's a variable or an integer..
Mat
for (.. ; counter < 3 ; ..)
...
If input is an alpha
counter++;
else
counter = 0;
...
Anonymous
Wops
Mat
Zeus
Holy shit I'll have to add another for loop
Zeus
Mat
Zeus
Zeus
O I get it now
Zeus
😂
Zeus
if the input is integer
counter++;
else
counter = 3;
Zeus
But then the loop will keep on adding 3 to the counter and it will keep on executing -_- agh
BinaryByter
wat?
BinaryByter
Google them
BinaryByter
google in english
Ariana
c#
Ariana
different lang
Ariana
(much worse)
Mat
We're C/C++ :D
On YT there should be something for C#
Mat
Right, you're not IF it's piracy
klimi
if you have read that book... on first pages there is something names copyright... and something about that sharing is forhibited
Zeus
-_-
Zeus
Learning how to code is so exhausting ...
Ariana
thats why i dropped cs in my school while being the best few in programming XD
Dima
Dima
country
Ariana
Ariana
Dima
wow man
Dima
so when you want to get a job, wouldn’t human resource ask you for a degree?
Ariana
cs curriculum:
python
java
c++
php&sql
nipenooe
Zeus
And fun:>
Yea it kinda feels nice to watch ur code runs.... Ah they grow up so fast....
Ибраги́м
According to copyright and common sense. Stealing other pples' work it is!
BU
Any info about apk editor
klimi
BU
Used to Edite apk
klimi
why would you do that?
Alignant
Alignant
kadir
Hello, I want to begin c++.
kadir
Which one I will select for ide
kadir
?
Ariana
I suggest vim :>
Ariana
Windows i initially started with codeblocks
Ariana
Linux for massive projs i generally use clion(paid unless student)
alternatives include vscode,atom,sublime,(gedit????)
in terminal are like nano, ed and red(idt anyone ever use these)
kadir
Visual studio or clion
Ariana
I would say clion if you're getting it for free
Anonymous
Visual studio
Anonymous
Clion is not free
Ariana
Student
Ariana
:>
Anonymous
Better go with visual studio
Ariana
small projects vim is aweseme
kadir
I will use for medium projects
Jussi