klimi
i am using assembly
Assembly with stl?
klimi
what is stl
The c++ standard library where you can find the std::unordered_map and others
klimi
assembly
How is it related to the unordered_map then? I'm lost
klimi
no i am using assembly without any library
You cannot use unordered_map then and this whole cppreference won't help you in assembly
/
Here you asked
no i was talking about 0xb8000
klimi
no i was talking about 0xb8000
That was other thread tho, don't confuse your replies then.
klimi
So what's your question once again?
/
So what's your question once again?
how can i write to 0xb8000 in assmebly
/
i am in real mode
klimi
how can i write to 0xb8000 in assmebly
What assembly you use? You just write to that address like every other address
klimi
x86
mov
klimi
but it is more than 16 bits i think
Yep, depends on the mode what you use
klimi
But its like the same in c and in assembly, so you can just follow the bare bones no problem
klimi
i am in real mode
Depends on what VGA mode you use*
/
Depends on what VGA mode you use*
i mean how i write to that address with 16 bit registers
/
Depends on what VGA mode you use*
i cant do mov [0xb8000], something right?
klimi
Uhm... What processor are you targeting?
/
it is a 64 bit processor but i am in real mode
klimi
I see
klimi
You cannot use the VGA graphics in real mode, you have to be in protected mode, in real mode you can use bios interrupt to put text to the screen
Chat Boss
p k sent a code, it has been re-uploaded as a file
p
What is the use of clear func here?
gp9
Hellow everyone)
gp9
🦉
𝕱𝖗𝖔𝖟𝖊𝖓
Which is the best platform to learn c ++ ?
𝕱𝖗𝖔𝖟𝖊𝖓
I need suggestions
𝕱𝖗𝖔𝖟𝖊𝖓
So please pay kind attention to help me
Deepak Chaurasia
Suggestion : Don't ask here you might 🚫
Salman
So please pay kind attention to help me
There are many platforms that offer resources for learning C++, such as online tutorials, courses, and books. Some popular options include: Coursera: Coursera is an online learning platform that offers a variety of courses in programming and computer science, including C++. Udemy: Udemy is an online learning platform that offers a wide range of courses in programming and computer science, including C++. Codecademy: Codecademy is an online platform that offers interactive lessons and exercises for learning programming languages, including C++. SoloLearn: SoloLearn is a mobile and web-based platform that offers interactive lessons and exercises for learning programming languages, including C++. C++ Primer (Fifth Edition) by Stanley B. Lippman, Josée Lajoie, and Barbara E. Moo: This book is a comprehensive guide to C++ programming, suitable for beginners and experienced programmers alike. Ultimately, the best platform for learning C++ will depend on your learning style and goals. It may be helpful to try out a few different platforms to see which one works best for you.
Dima
don’t use courses, these will never help
Dima
it is good actually
Salman
it is good actually
what?What you are trying to say?
Dima
chatgpt generated message above
Salman
don’t use courses, these will never help
then why said like this explain please
Dima
actually I didnt know that it was generated by chatgpt and I thought its just some advertisement
Dima
nevermind then
Salman
nice😒
ÊŘFÆŅ
Yo . I have a question for you , Can you write the hacking hardware software using c++? Is it possible ?
ÊŘFÆŅ
It's a challenge among my friends, but I not sure of being possible to write it , and if it is , it will be so hard , am I right?
Dorith
Hi everyone! How can I use two lines in one panels in Embarcadero Rad studio
Ортонормированная
Hello, tell me, please. I can't figure out how to write a template function that looks for a string in std::tuple and if there is one, it returns its index
ale
Hi somebody can please recommend some book about c++?
Dbdb
Head first C
Francisco
Hi Hi please how can I do to pipe two c programs such that during, from one running I can access the other by may be making a choice or selecting a number like moving from one section of a web page to the other but instead with c programs
Saideep
How to learn to code in cpp?
Dbdb
Anytime !
Muhammadkarim
In the C programming language, fill an int series consisting of nta elements with random numbers from -23 to 24 and write a program that divides this series into 3 series, i.e. positive, negative and zero series.
artemetra 🇺🇦
Please work on this issue
what have you tried already? show your code
Muhammadkarim
what have you tried already? show your code
I can't send a picture to this group
artemetra 🇺🇦
don't send pictures, send the code as text here or to something like pastebin.com
Leovan
Please work on this issue
Don't worry, we will solve this misunderstanding. sorry again, Sir.
Chat Boss
▂▃▄▅▆▇█▓▒░ SUKHOI ░▒▓█▇▆▅▄▃▂ sent a code, it has been re-uploaded as a file
Muhammadkarim
The code I wrote
artemetra 🇺🇦
i see. so you need to split the list into three different lists, each one containing each of those series?
Chat Boss
▂▃▄▅▆▇█▓▒░ SUKHOI ░▒▓█▇▆▅▄▃▂ sent a code, it has been re-uploaded as a file
Muhammadkarim
Result ==> N--> 9 Positive--> 22 Positive--> 11 Positive--> 20 Positive--> 6 Minus--> -19Positive--> 8 Minus--> -7Positive--> 14 Minus--> -7
Muhammadkarim
Can you help me?
h
Hi somebody can please recommend some book about c++?
https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list/388282#388282
h
(18) Answer https://www.quora.com/Which-programming-language-has-the-easiest-to-read-programming-documentation
Chat Boss
Nishant kumar sent a code, it has been re-uploaded as a file
Anonymous
Plz let me know my mistake