Kenshin
I have one question.... Can we use C++ for web dev.. Which framework specifically?
https://www.linuxlinks.com/free-open-source-cplusplus-web-frameworks/
Rose
Reported Gaitham [6518244702] to admins.​​​​​​​​​​​
Chat Boss
Serg sent a huge message, it has been re-uploaded as a file Hello, I don’t understand how to fix errors in the code. visual studio complains on line 19 (lo..
Serg
Hello, I don’t understand how to fix errors in the code. visual studio complains on line 19 (local variable stream is not initialized) And on line 56 (publicAdress there is no suitable constructor for converting from uitnt8_t [20] to std::vector<uint8_t, std::allocator <uint8_t>>) https://pastebin.com/vWa0WfP0
7008
Hello
7008
Is there any cpp api for VPN
Ya deway
good evening, I would like to ask you a question. I'm manipulating the _KETHREAD structure to access the ThreadListEntry member. To do this I had to explicitly declare the structure with all its members (finding the entire structure online). I had to do this because by writing pThread--> ThreadListEntry I got an incomplete data type error. Does declaring the structure explicitly change the structure of the system? or do I only modify a copy in memory that does not reflect the structure managed by the system? could you help me understand? Thank you!
Sench
How to install graphics library
Dima
/ban 2094880176
Rose
/ban 2094880176
Another one bites the dust...! Banned 一夜暴富.
Danya🔥
How to install graphics library
If you mean graphics.h, it's not possible If your educational facility requires it, quit it, they cannot teach you anything
\Device\NUL
https://t.me/programminginc/515784
Ya deway
https://t.me/programminginc/515784
I would like avoid this, and my question was another
Ya deway
The struct declaration work well anyway, but i got bsod removing thread from Active thread list so i Need find a new way
Rose
That's 2/2 warnings; Astha is banned! Reasons: 1: youtube shorts link 2: non english, youtube link, shorts, ad
İlke
is there a way to use C in xamarin ?
İlke
does it accept C ?
Ludovic 'Archivist'
is there a way to use C in xamarin ?
You can do FFI calls to C from Mono, but you can't really write C directly for the CLR
luka
Hi i am first year student and i have to write article about c++ vector can someone help me. Thank you in advance
luka
Hi i am first year student and i have to write article about c++ vector can someone help me. Thank you in advance
Arnold
lol lmao
Danya🔥
Hi i am first year student and i have to write article about c++ vector can someone help me. Thank you in advance
/warn hi I'm admin and I have to warn everyone who spams can someone help me. Thank you in advance
Rose
Hi i am first year student and i have to write article about c++ vector can someone help me. Thank you in advance
User luka has 1/2 warnings; be careful! Reason: hi I'm admin and I have to warn everyone who spams can someone help me. Thank you in advance
MatMat
Hi guys, I'm a full-stack developer. Are there any certifications that you recommend getting that are highly demanded by companies today?
Rose
You need to be an admin to do this.
Vishal
hello, can someone suggest a book for C and CPP? thanks
Rose
hello, can someone suggest a book for C and CPP? thanks
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
Naphtali-Johnsons
🌟 Attention all! Seeking unparalleled assignment excellence? Look no further! 📚 Allow me to craft your assignments flawlessly. With a proven track record and a host of returning students vouching for my work and ethics, rest assured, your papers will be perfect, following instructions meticulously. Trust in quality, trust in me! 🎓✨ naphtalijohnsons@gmail.com
Rose
!report
Reported Naphtali-Johnsons [2136795971] to admins.​​​​​​​​​​​
Rose
/ban nope, no ad, we do not do that in hare
Another one bites the dust...! Banned Naphtali-Johnsons. Reason: nope, no ad, we do not do that in hare
MOD
vs code giving me an error on #include <iostream> says #include errors detected. Please update your includePath. i tride to reinstall vs code. ddebugger and compiler and nothing changes it was fine few days ago idk what happend
B
Hay guys what is the software that you used to take digital notes 🫣
Rose
Hay guys what is the software that you used to take digital notes 🫣
Offtopic discussions should be done in the C/C++ Offtopic group. Please take your discussion/questions there.
star
Hello
Peppe289
Hello
world
dontu
world
Error: 2 errors generated
Rose
User David has 1/2 warnings; be careful! Reason: ad
Kenshin
hello, can someone suggest a book for C and CPP? thanks
https://accu.org/menu-overviews/reviews-overview/
Kenshin
hello, can someone suggest a book for C and CPP? thanks
Particularly, https://accu.org/reviews/by_rating/
zahra
I have a 3D points file in .wkt Multilinestring format that I want to read and write new points in .wkt format after performing an operation on them. I also checked the cgal site and found examples only for two-dimensional points. https://doc.cgal.org/latest/Stream_support/Stream_support_2Linestring_WKT_8cpp-example.html#a3 My data is like this: MULTILINESTRING((0.57583673807723645 0.19677395720887175 0.090627723485811648,0.56600381483685958 0.20525004317922704,...))
S
What’s the best LLM for C/C++ programming?
Rayene
Algorithm: • Input data: the word m with $ at the end and the analysis table M • Stack initialization: $S where S is the starting axiom and a ps pointer to the first letter of the word repeat Let X be the symbol at the top of the stack Either to the letter pointed out by ps If Y is a non-terminal then If M[X,a] =X--> Y1...Ym then remove X from the stack put Ym then Ym-1 then...then Y1 in the stack output production X-->Y1...Ym (empty box in the table) Otherwise ERROR end if Otherwise If X=$ then If a=$ then ACCEPT Otherwise ERROR end if Otherwise If X=a then remove move forward ps Otherwise ERROR end if end if end if until ERROR on ACCEPT
Rayene
Could anyone convert this to c++
Rose
!report homework
Reported Rayene [1225287483] to admins.​​​​​​​​​​​
Rayene
It's not a homework
Chat Boss
It's not a homework
Read the pinned message regarding homework. https://t.me/programminginc/453966
Rayene
I didn't get the idea of how to declare piles
Rayene
So I sent this algorithme
Rayene
So I can learn how to do it
harmony5 🇺🇳 ⌤
Sorry for the report, then. You should phrase your msg more clearly when you send them.
Rayene
Okey thank you
RB
H
RB
Message 9921547740
RB
Message 9921547740
RS
How to print value of variable of enum type? Typedef enum {Linux, Windows, MacOS} os_type; os_type myOS = Linux; cout << "my os is: " << to_string(myOS) << endl;
RS
Is there any way to do this?
dontu
Is there any way to do this?
Just try int() instead of to_string()
Rose
User RB has 1/2 warnings; be careful! Reason: ad
klimi
/warn 1520110496 ad
Rose
/warn 1520110496 ad
That's 2/2 warnings; RB is banned! Reasons: 1: ad 2: ad
Наталья
Всем привет,может кто знает для C++ есть такие файлы с .dicr для синтаксиса С++?
Наталья
Hello everyone, maybe someone knows for C++ there are such files with .dicr for S++ syntax?
klimi
read the rules