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
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?
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
Yes
How man??
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
When the cond is met, a boolean value is set to false. You can use that bool in for loop condition
What Boolean value r u talking about.. is it in a dynamic memory allocator?
Mat
A generic value set to 0 or 1🤔
Zeus
A generic value set to 0 or 1🤔
.. I don't get it.. how to pull/use that value in code?
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
for (.. ; counter < 3 ; ..) ... If input is an alpha counter++; else counter = 0; ...
If the three alphas don't need to be sequential, delete the else part
Zeus
Holy shit I'll have to add another for loop
Mat
Holy shit I'll have to add another for loop
The for i've written is your main one
Zeus
The for i've written is your main one
But the loop will end after 3 times
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
country
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....
Ariana
so when you want to get a job, wouldn’t human resource ask you for a degree?
Oh i have competitions to show for and also university planning to actually take cs in uni and try to accelerate modules
Zeus
so when you want to get a job, wouldn’t human resource ask you for a degree?
As long as ur resume is good.. the number of chances for u getting a job r pretty high
Ибраги́м
According to copyright and common sense. Stealing other pples' work it is!
BU
Any info about apk editor
klimi
Any info about apk editor
what is apk editor?
BU
Used to Edite apk
klimi
why would you do that?
Alignant
According to copyright and common sense. Stealing other pples' work it is!
It's not stealing, because a person didn't lose his ownership :D
olli
It's not stealing, because a person didn't lose his ownership :D
It's unauthorized reproduction. I bet you like getting paid for your job as well.
Alignant
It's unauthorized reproduction. I bet you like getting paid for your job as well.
I'd also love to earn more than I already do... tough luck :D
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
Mat
Visual studio or clion
Why that fat MS creature?
Mat
I will use for medium projects
What do you mean with medium project?