Keshav
Hello
Keshav
Can anyone help me get started with c programming
Rose
Can anyone help me get started with c programming
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
Liang
which platform good to learn oop?
klimi
I would use Linux...
I would try to use x86_64
\Device\NUL
I would use Linux...
POSIX is everything is a file, unlike Windows
Ludovic 'Archivist'
POSIX is everything is a file, unlike Windows
Nah, POSIX is most things are files
Ludovic 'Archivist'
And even some files are special, some are not, it is a mess
Ludovic 'Archivist'
which platform good to learn oop?
If you mean OOP as UML, class hierarchies, inheritance, and similar things, you need take it slowly, and build an understanding. You may want to look into one design pattern, called strategy, then its further conclusions which would be command and visitor. Looking into this will show you how OOP is used to make bigger applications
Ludovic 'Archivist'
If you mean OOP as was originally meant by Alan Kay, you want to look into the Actor programming model
\Device\NUL
Nah, POSIX is most things are files
Yep, Unix philosophy is Everything is a file (descriptor)
\Device\NUL
We should create another standards
Ludovic 'Archivist'
Yep, Unix philosophy is Everything is a file (descriptor)
Yeah, but no Unix system actually went to it fully
Ludovic 'Archivist'
The only systems where everything is a file I can think of are Plan9 and Inferno
Ludovic 'Archivist'
And their derivatives like 9front for example
Ludovic 'Archivist'
You could however argue that those systems are closer to "Everything is a socket"
Ludovic 'Archivist'
(or a namespace, which is a filesystem with sockets inside)
voidy
which platform good to learn oop?
Are you referring to object oriented programming? Why would platform matter? Perhaps I'm missing something, but I think it's platform invariant.
Mohale
Help with espn32 code
Rose
Help with espn32 code
Don't ask meta questions. In other words, don't ask to ask. Questions like "Does anyone know XYZ?", "Has anyone used XYZ?" or "Can someone help me?" are all considered meta questions because they don't specify what your actual problem is. These questions give the impression that you want people to approach you and offer their help as if they don't have any other work to do. Now doesn't that expectation make you look like an idiot? If you have a question ask it directly. You are more likely to get a response that way.
SIDDHARTH
/start@MissRose_bot
Rose
/start@MissRose_bot
Heya :) PM me if you have any questions on how to use me!
Psych
Yeh
Psych
Is anyone online?
Psych
No
Bruh
Thomas
Bruh
Brah
Psych
Brah
can you show me memory leak in cpp?
Psych
Umm no
oh its okay
Thomas
I’m not gonna purposely code a memory leak but you will get plenty along the way
Thomas
It’s not something you want to try and be coding lol
Psych
).
klimi
❤️🇺🇸_#
I want a solution programming code the display a length of square
❤️🇺🇸_#
Like how
\Device\NUL
Like how
How far you've learn?
❤️🇺🇸_#
Is am exam that Monday we are going code and write it on the paper for marks so please 🙏 if anyone have idea of this the person should help me
晚风
Hello everyone! I have a program here, but it has an error when running. Who can help me take a look?
Chat Boss
ㅤ晚风 爱新觉罗 sent a code, it has been re-uploaded as a file
晚风
I wrote a text-based parkour game in this program. However, the letter "d" representing the character has disappeared. Can you help me see where the problem is?
\Device\NUL
It would be hard without seeing the source code
https://t.me/programminginc/533572
Ziky
https://t.me/programminginc/533572
Sorry I don't have windows to test it but Content of game over function is my favourite part 👍
Chat Boss
ㅤVictor Jesse sent a code, it has been re-uploaded as a file
Sup
GitHub - dujingning/inicpp: The INI header-only library for Modern C++ supports reading and writing, even writing comments. It is cross-platform and can be used on multiple operating systems. https://github.com/dujingning/inicpp
Chat Boss
ㅤosmㅤㅤㅤㅤㅤㅤ sent a code, it has been re-uploaded as a file
Chernykh
can anyone help me
Because you’re getting values from string as chars, which are not 0 or 1 in integer representation. Google ASCII table to understand what I’m talking about. To fix your code just convert char to int like int b = s[i] == '0' ? 0 : 1; And then multiply by b variable, not by char from string
AmR
I need to know How build google adb & fastboot in windows ? any body can help ?
..
Hi
Priyanshu
Hi
hlw
C
I have a array of size (655532) during debugging why can't i see values beyond index 999? I use VSCODE
Dima
its vscode limitation and why the hell would you have that large array
C
i am emulating 6502 and that array holds all the MAchine code instructions
C
I changed the staring address in Program Counter to a lower value and it's working
Ziky
its vscode limitation and why the hell would you have that large array
Eclipse has "expressions" feature witch allows you to evaluate various stuff like my_array[65000] will show you that element. Microsofts miracle doesn't support anything like that?
..
Hi
Cello
Any one with some ideas on how to effectively setup an environment for c++ programming on Ubuntu
Trisha
Base structure of c
Trisha
Can u tell me
Trisha
How can we make a program
Trisha
And its structure
Iyas
With gcc and clangd as lsp you are done
Iyas
Youncan try use kickstart.nvim as initial configuration, nvim in case younwant the beat productivity, you can go with clion if you want power full mouse user IDE
ジェイ
Hi Im Jay im a beginner in coding can anyone help me out in tutoring? please
Trisha
Can anyone tell me basic structure of c language
Cedar
learncpp.com
Good tutorial
Cedar
I had learned that 5 years ago and now I’m a software engineer
Iyas