Anonymous
sure
Ludovic 'Archivist'
if in C++ already contains C, why should i learn C first?
Learn C last. I repeat : Learn C last. Learning C first will funnel you into writing C code in C++ and make you a bad C++ developer
রোhन
What r some good projects in C ?
Dima
@roxifas I am giving this opportunity to you
Nameful
How
bruhhhh
Dima
lol
Roxifλsz 🇱🇹
Dima
> open c++ chat > day ruined
Roxifλsz 🇱🇹
/warn this is not a study groop
Dima
lol
Roxifλsz 🇱🇹
amazing
Dima
totally bruh moment
Roxifλsz 🇱🇹
How
https://youtu.be/TKvjEQXKeec?t=20
Anonymous
Each pass through a loop is called a/an Select one a. pass through b. none is correct c. enumeration d. iteration
Anonymous
Iteration?
Anonymous
Pls help
Hadaward 'Solly'
Anonymous
Itération
Hadaward 'Solly'
totally bruh moment
this group is one bruh moment after the other.
Anonymous
Expression c=i++ means Select :one a. i incremented by 1and then value of i assigned to c b. value of i assigned to c and then i incremented by 1 c. value of i assigned to c d. i incremented by 1
Anonymous
a?
Anonymous
b
Anonymous
If you have ‘c=++i;’ that would be a
Anonymous
Someone can correct me if I’m wrong
Anonymous
👍🏻
ая
Float a; double b; Scanf("%f %1f"‚&a‚&b) ; Always wrong ? When print double ?
𒈞Mr.ℭɎᗾℜ𐍈Ᏻ𒈞
/notes
ая
/notes
𒈞Mr.ℭɎᗾℜ𐍈Ᏻ𒈞
#best-book
Anonymous
why do i get error: use of undeclared identifier 'MS_BIND' when building on mac os? i cannot find anything on google, i have #include <sys/mount.h>
'''''''
/notes
'''''''
#india
Anonymous
guys i need to ask someone who know c++
Anonymous
i didnt solve my problem
MR.N00P
Excuse me everyone, what's the C books command here??
MR.N00P
/get cbook
MR.N00P
Thanks .. Sorry for bothering :)
Vaibhav
## Rules #pinned * You are not entitled to an answer, getting angry about not answered questions will get you warned. * Not checking your problem in google (or any other search engine) first will get you a warn. * Asking to solve an assignment/test/whatever without trying it first yourself will get you a warn or will get you BANNED. We won’t write a code for you, but we can push you forward and suggest something. * Before posting a long code snippet think twice and read the Resources section below. * No “best book” or “best youtube channel” requests, use /get cbook and /get cppbookguide chat commands. * No “best ide” requests, use /get ide chat command to see the suggestions. * Asking for something that is in the pinned message right after joining WILL GET YOU BANNED. * C/C++ discussion preffered (assembly also allowed), asking about other languages (or groups for other languages) right after joining will get you BANNED. * Reverse enginnering, hacking and related topics are allowed, but asking to hack facebook, instagram, etc. is NOT allowed. Also if you ask "how to become a hacker" and obviously have zero knowledge on anything related to that you may get warned or banned. * Legitimate requests for help on code and programming questions are welcome. A request is considered legitimate if it describes your problem, what you've done so far and what went wrong. Requests such as "write my program" or "do my homework" are never considered legitimate. Asking not legitimate questions will result in a warn or ban. See https://stackoverflow.com/help/mcve on how to write good questions. * Asking for book recommendations is ok, but "pls give pdf book" is not allowed, find books by yourself. Posting illegally copied books (or links to those books) is also not allowed and will get you BANNED. * Only English language is allowed, if you speak shitty English or don't understand anything in English YOU WILL BE BANNED. * A little bit of programming related memes, jokes, shitposting are allowed. * NSFW content (porn, nudity, etc.) is not allowed. * Spamming/advertising (job posts are also ads, so ask an admin before posting) will grant you a warning or an immediate ban if you do it right after joining. * Religion, politics and ideological topics are forbidden. * Long code snippets must be posted via a snippet website(links below), posting pictures of code and posting long snippets in the group is not allowed. * If you encounter a problem, while using dev C++ or turbo C/C++, you will not be helped, use another more modern IDE. * Don't post compiled executables, that is obviously a security risk. * Personal messages without asking beforehand are not allowed. * If you want to post a link or some article in this chat you will need an admin approval first ## Resources C/C++ group India: http://t.me/c_cpp_india About asking good questions: * [English](http://www.catb.org/esr/faqs/smart-questions.html) * [Translations](http://www.catb.org/esr/faqs/smart-questions.html#translations) For posting long code snippets: * [GitHub Gist](https://gist.github.com) * [Ubuntu Paste](https://paste.ubuntu.com/) * [Pastebin](https://pastebin.com) ## Reports If you notice any forbidden content, please use the /report command while responding to the offending post to report it to the admins.
Ok
Siddharth
/get cbook
SHIHTZU
Each student can take not between 0 and 100. • If the grade of the student is less than 40, the student is informed that he failed the course (Failed). • If the student's grade is higher than 40, o The difference between the student's current grade and the number that is a multiple of the 5 higher than the closest to his / her grade is less than 3. If it is lower, the student's grade is equal to the 5 times higher than the closest one. o If the difference is greater than 3 or 3, no change is made to the student's grade
Anonymous
/get imhacker
Anonymous
I thought this is for hacking books.
Anonymous
So what about: /get cs50
Anonymous
/get cs50
German
Hey there guys. I'm starting my physics career in 2 years (I'm 17) and my biggest wish is to become a computational or experimental physicist. To do so, I need to be experienced with simulations, and for that, there is no place like C/C++
German
I've used SFML some time, and I've also heard of Pythia for C++
German
Is there any place where I could learn simulations in C/C++?
Anonymous
void SSD1306_Init(uint8_t i2caddr); void SSD1306_DrawPixel(uint8_t x, uint8_t y, bool color); void SSD1306_StartScrollRight(uint8_t start, uint8_t end); void SSD1306_StartScrollLeft(uint8_t start, uint8_t end); void SSD1306_StopScroll(void); void SSD1306_SetContrast(uint8_t contrast); void SSD1306_Display(void); void SSD1306_ClearDisplay(void); void SSD1306_DrawLine(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1, bool color); void SSD1306_DrawFastHLine(uint8_t x, uint8_t y, uint8_t width, bool color); void SSD1306_DrawFastVLine(uint8_t x, uint8_t y, uint8_t height, bool color); void SSD1306_FillRect(uint8_t x, uint8_t y, uint8_t width, uint8_t height, bool color); void SSD1306_FillScreen(bool color); void SSD1306_DrawCircle(uint8_t x, uint8_t y, uint8_t radius); void SSD1306_DrawCircleHelper(uint8_t x, uint8_t y, uint8_t radius, uint8_t cornername); void SSD1306_FillCircle(uint8_t x, uint8_t y, uint8_t radius, bool color); void SSD1306_FillCircleHelper(uint8_t x, uint8_t y, uint8_t radius, uint8_t cornername, int8_t delta, bool color); void SSD1306_DrawRect(uint8_t x, uint8_t y, uint8_t width, uint8_t height); void SSD1306_DrawRoundRect(uint8_t x, uint8_t y, uint8_t width, uint8_t height, uint8_t radius); void SSD1306_FillRoundRect(uint8_t x, uint8_t y, uint8_t width, uint8_t height, uint8_t radius, bool color); void SSD1306_DrawTriangle(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1, uint8_t x2, uint8_t y2); void SSD1306_FillTriangle(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1, uint8_t x2, uint8_t y2, bool color); void SSD1306_InvertDisplay(bool invert); void SSD1306_SetTextWrap(bool wrap); void SSD1306_DrawChar(uint8_t x, uint8_t y, char ch, uint8_t size); void SSD1306_DrawText(uint8_t x, uint8_t y, char* text, uint8_t size); void SSD1306_TextSize(uint8_t size); void SSD1306_GotoXY(uint8_t x, uint8_t y); void SSD1306_Print(uint8_t ch); void SSD1306_PutCustomC(uint8_t* ch); void SSD1306_SetTextWrap(bool wrap); void SSD1306_InvertDisplay(uint8_t i); void SSD1306_DrawBitmap(uint8_t x, uint8_t y, uint8_t width, uint8_t height, uint8_t* bitmap);
Anonymous
/get cbook
сумбула
Error: return code 0x2 what does it mean?
Anonymous
Hi
Anonymous
https://www.youtube.com/watch?v=FaILnmUYS_U
Anonymous
https://github.com/jdah/tetris-os
Anonymous
How to write pseudocode for three function?
Anonymous
/get ides
Anonymous
/get ide
Anonymous
Hello guys
Mazen
+Cross platform Eclipse VS Code
Rberto
code::blocks
Anonymous
Dev c++
Palinuro
Dev c++
that joke is not funny at all....
сумбула
😘 CLion
Edward
Any experts in C Programming Java JavaScript?
Edward
Need help with epub
Palinuro
Need help with epub
you may find some free to share resources here https://mirror.parrot.sh/parrot/misc/openbooks/
Edward
I don't anything about programming
রোhन
/notes