Mr. COwO2 Preis
you forgot some spaces and there is a ; to much
Mr. COwO2 Preis
and i don't know if that scanf command works
Mr. COwO2 Preis
and maybe there needs to be an space between the include and <stdio.h>
Kay
Hey want to start with C .... Can anybody tell me from where should i learn it and other sources??
Anonymous
https://drive.google.com/drive/mobile/folders/0B28wiRqjwTwbbmRVU0lZXzJTZ28
Anonymous
Anonymous
This best 😂
Somehow if u are not at school
Anonymous
/welcome on
Anonymous
welcome is so useless
Anonymous
Awesome
Anonymous
welcome is so useless
What is useful then
Anonymous
What is useful then
too long to answer
Anonymous
Anonymous
Does it run
Anonymous
Does it run
😐😐 I corrected it. Run it on your device .
Anonymous
There is a link in the pinned post
@Daram0rich you can see a few posts from here including the one I quoted
Anonymous
Anonymous
Anonymous
And these
many
Any books for learning c in a hard way?
many
I've been working on c/c++ for several years
many
Any books in hard way, language black magic are welcome
Anonymous
Any books for learning c in a hard way?
IMO most books will teach you only syntax
Anonymous
Start a project to improve yourself
∫|x| dx
Start a project to improve yourself
Why not join someone else's project
Anonymous
Why not join someone else's project
That can be done too but in many cases there will be good amount of progress done
∫|x| dx
starting a project as a beginner is harsh though
fajar
https://www.eventbrite.com/e/indonesian-cc-warriors-meetup-jakarta-tickets-43804603749
That is good topic. Indonesian people should come. 😁👍
Anonymous
OK guys thanks
Germán
When you finally debug your code
Anonymous
Anonymous
Fucking python
Anonymous
Fucking python
Marie is written in Python too 😝
theFlash
Anyone suggest me a c project with 1000-1500 of code
theFlash
Basic one
theFlash
Iam asking again because I didn't get last time
你在想什麼
how about a mini game like RPG
Anonymous
Anonymous
You might find something that's appropriate for you
Anonymous
Anyone know how to get the value of a semaphore with semctl? I use GETVAL and it works only if the value is positve
theFlash
Use github's search feature
How to use this bro
Anonymous
How to use this bro
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.
Anonymous
Remember : Don't KANG. Use cherry-pick instead so that the author gets credit.
Anonymous
Allright
Anonymous
Which dist your linux is???
Yoqubov
кто русски знает?
Anonymous
http://blog.timoxley.com/post/47041269194/avoid-else-return-early
Jeremy
I think you're a few years late.
Anonymous
KANG, cherry-pick means..?
Anonymous
@anunaym14
Anonymous
KANG, cherry-pick means..?
Picking data that you like and leaving data out you don't like
Anonymous
Like picking cherries: You pivk the beatiful ones
Anonymous
KANG, cherry-pick means..?
Kang means copying and not giving authorship ... You can google up for git cherry-pick for proper info on cherry pick
Anonymous
Cherry picking, suppressing evidence, or the fallacy of incomplete evidence is the act of pointing to individual cases or data that seem to confirm a particular position while ignoring a significant portion of related cases or data that may contradict that position.
Anonymous
Does not mean copying and not giving credit
Anonymous
Copying and not giving proper credit is plagiarism
Anonymous
Same/similar thing right?
Anonymous
cherry picking and plagiarism? I wouldn't say that
Anonymous
You might like to read my message again lol
Anonymous
He asked meaning of both kang and cherry pick
Anonymous
Told him that
Anonymous
ah
Anonymous
k
Anonymous
😂
Anonymous
Happens
Anonymous
Guys who understand MIPS
Anonymous
MIPS is neither C nor C++...just sayin'
theFlash
Any udemy courses which are best for data structures and algorithms
Roxifλsz 🇱🇹
Guys who understand MIPS
It's a processor architecture, if you really want to understand it you should learn its assembly language and how it communicates with peripheral devices like HDDs, PCI cards, etc.
Roxifλsz 🇱🇹
But if you just want to compile C/C++ programs for it, then use gcc cross compilation or compile on a computer with a MIPS processor
Anonymous
programming C/C++ on MIPS should be the same as on any other architecture (except of course inline assembly etc.)
Anonymous
Yea i just need help on it thought someone here know the language i want to write a programme that test if a string is uppercase or lower and am stuck