Anonymous
Hi guys I want to learn basics of c++ can anyone assist me
klimi
How do you think people should assist you?
Vlad
We won't babysit you
Mihai
Hi guys I want to learn basics of c++ can anyone assist me
Call some friends: {Google, Wikipedia, Youtube};
Fabio
Hi guys I want to learn basics of c++ can anyone assist me
Try this tutorial first. Feel free to ask if you have any doubts further https://youtu.be/vLnPwxZdW4Y
Fran Vázquez
someone with shellcode experience ?
مناسك بت الزين
السؤال : ملف سجلات يسمح بالترتيب + البحث.. بحيث يستعرض قائمة خيارات ٣: ١.ترتيب ٢.بحث ٣.خروج و مع كل خيار ينادي الدالة المناسبة..كالاتي: ١.الترتيب.. يسأل عن الحقل الذي أريد أن أرتب به الملف ثم يسأل عن نوع الترتيب (تصاعدي ام تنازلي) و بعد ذلك ينفذ الترتيب حسب اختيارات المستخدم.. و مفترض عند فتح الملف أجد نتيجة التنفيذ. ٢.البحث.. يسأل البرنامج عن الحقل الذي ساستخدمه في البحث ثم يسأل عن القيمة المراد البحث بها ثم يقوم بإجراء البحث باختيارات المستخدم و عرض النتيجة المناسبة (اما أن يطبع أن السجل غير موجود أو يطبع رسالة بالسجل أو السجلات التي تحقق شرط البحث ).. ضروري عند اختيار حقل البحث أن يفحص البرنامج حالة الملف فإذا كان الحقل الذي اختاره المستخدم هو حقل ترتيبي فيجب مناداة دالة البحث الثنائي اما في غير ذلك فيجب مناداة دالة البحث الخطى.. ٣.عند اختيار الخروج يغلق البرنامج.
مناسك بت الزين
من بيعرف عربي ؟ممكن مساعدة في كتابة الكود دا
Kenny
Can you say English?
Mar!o
😂
مناسك بت الزين
😂
؟؟
مناسك بت الزين
Question: A records file allows collation + search. So that it reviews a list of 3 options: 1- Arrangement 2- Search 3. Exit And with each option it calls the appropriate function.. like this: 1. The order .. He asks about the field in which I want to arrange the file, then he asks about the type of arrangement (ascending or descending), and after that the arrangement is executed according to the user's choices .. And it is assumed that when I open the file I find the result of the execution. 2- Search .. The program asks for the field that I will use in the search, then it asks for the value to be searched with, then it performs the search with the user’s choices and displays the appropriate result (either it prints that the record does not exist or prints a message in the record or records that meet the search condition). . When choosing the search field, it is necessary for the program to check the status of the file. If the field chosen by the user is an ordinal field, the binary search function must be called. Otherwise, the linear search function must be called. 3. When you choose to exit, the program closes.
Gustavo
How can i get values from a vector<pair<string, vector<int>>> ? Each string in the vector is related with a vector of int values. how can i get a string and a specif int?
Igor🇺🇦
How can i get values from a vector<pair<string, vector<int>>> ? Each string in the vector is related with a vector of int values. how can i get a string and a specif int?
Either I'm missing something from your requirements or its the same way you get any element from any vector. Vec[I] returns a pair i. Vec[I].second returns vector of ints from pair i.
AmR
I want ask off topic Q. Can I ?
Ludovic 'Archivist'
I want ask off topic Q. Can I ?
Go to the offtopic chat for that
Ludovic 'Archivist'
#offtopic
AmR
It's about build webkit
Chandresh
When i turn on run in terminal then run the c++ code ...vs code shows the error no such file or directory found...
Chandresh
facing this error since so many days...please help to solve this
Prince Of Persia
4 types Black hat White hat Gray hat Pink hat
Prince Of Persia
Prince Of Persia
Pink 😳
Kid hacker
Prince Of Persia
Who hack with apps and ...
Chris
Kid hacker
Script kid's
Chris
But they category based on their knowledge
Prince Of Persia
Hey😐 check this
Chris
4 types Black hat White hat Gray hat Pink hat
This are based on their work malicious hackers are black
Prince Of Persia
Chris
👍
Prince Of Persia
The real answer is 10 types😂
Prince Of Persia
White Hat Hackers Black Hat Hackers Gray Hat Hackers Script Kiddies Green Hat Hackers Blue Hat Hackers Red Hat Hackers State/Nation Sponsored Hackers Hacktivist Malicious insider or Whistleblower
Cesco
@Spatrick001 Contacted me in pm and his bio has reference to stocks ECC ecc. He is in this group too you can ban him if you want
Cesco
/notes
Cesco
#ot
Anonymous
#goodgoogling
Anonymous
how can i make automatic phone call when someone come into my webpage?
Anonymous
/notes
Anonymous
#rose_as_my_girlfriend
Anonymous
lol, can I also make this kind of bots with c++ ? Any book recommendations?
Igor🇺🇦
Cesco
thank you.
you can also clone group help bot easily
Anonymous
#cppbookguide
Farosiyosa
/notes
Anonymous
OK thanks
Dark
int** result = 0; int** result = new int* [r]; for (int** i = result; i < result + r; i++) *i = new int[c]; [26/03, 6:11 pm] Anas: for (int i = 0; i < r; i++) { for (int j = 0; j < c; j++) { *(*(result + i) + j) = *(*(Array_1 + i) + j) + *(*(Array_2 + i) + j); } } return result;
Dark
can someone help me how to iterate this with pointers
Vlad
Lmao
Sathish
A prime number is divisable only by 1 and itself The only prime number is 2 Which logic can be used?
Sathish
Yes
Sabuhi
Hello
Sabuhi
What is the problem related to prime numbers?
Anonymous
I am trying to study or understand Linux kernel. I know it is not easy and even study word is not suitable here so say: get benefit of what is written there. I found a book written by a Chinese author for 0.12 but that is obviously outdated and does not have many features I want to get benefit of which such as network, TCP/IP, CDROM drivers, and so. It has also some bugs (clearly because it was not officially released yet); although they are selected, it does not seem good to read a code even its author regrets parts of it. I downloaded the current release of the kernel. It seems really big. I do not want to admit, at least not now at the very beginning, that I cannot aim for the whole current release. The most of my purposes of this task is for embedded systems. Can anyone give me some ideas and suggestions: where to start, what to focus on, what is the best way to do it, is there any book to speed this task, etc. One could suppose me have the basic knowledge needed for this.
Roxifλsz 🇱🇹
Anonymous
Where is it used? Is it good to be used or just for learning?
Roxifλsz 🇱🇹
It's used in almost every PC :^)
Almost every intel PC* (^:
Nameful
Almost every intel PC* (^:
what does AMD's equivalent run?
Roxifλsz 🇱🇹
what does AMD's equivalent run?
PSP seems to much be simpler than ME, so maybe it doesn't have a "normal" OS, I'm not sure actually
Anonymous
Is it good for real-time purposes?
Anonymous
Hi👋 I want learn c programming. What is best book for c peroffetional?