Материалы по теме 'cpp' | DevsDay.ru

IT-блоги Материалы по теме 'cpp'

IT-блоги Материалы по теме 'cpp'


Разработка dev.to 10 марта 2023 г. 13:57

Data Type - Ma'lumot turlari: #include <iostream> using namespace std; int main() { int num = 123; //Butun sonlar uchin float numq = 15.23; // kasr sonlar uchun double num3 = 95.6123; //o'nli kasr...... читать далее

cpp programming beginners

Разработка dev.to 10 марта 2023 г. 13:42

Salom dasturchi bugun siz bilan dasturlash tilida yangi bo'lgan til, dasturlash tilida yangi emas biz o'rganayatgan tillardan yangisi bilan tanishamiz . Bu oldin biz o'rgangan til paythondan farq qiladi . Bunda biz oldingi fonini emas orqa fonini...... читать далее

beginners programming tutorial cpp

Разработка dev.to 9 марта 2023 г. 14:49

Salom bugun sizlar bilan Operatorslar haqida gaplashamiz . Hozir sizlar bilan operatorslar nimaga kerak qanday holatlarda ishlatiladi va shu kabi savollarimizga javob topamiz . Va yana .... syntaksis chiqarish operatori yangi qator o'zgaruvch...... читать далее

beginners programming tutorial cpp

Разработка dev.to 8 марта 2023 г. 16:12

Syntaksis: 1: #Qanday qilib #include va qanday ishlashini tushunmaymiz deb o'ylamaymiz "using namespace std". Buni shunchaki dasturimizda (deyarli) har doim paydo bo'ladigan narsa deb o'ylaymiz. 2"int main() {}" siz bizni kompyuterimiz ko'dni qabul...... читать далее

cpp programming

Разработка dev.to 7 марта 2023 г. 13:52

In this post I'll show what I learned from the quicksort algorithm. I'll be sorting in ascending order an int array in C++. The pivot The quicksort algorithm is based on the pivot you choose. It can be the first, last, the middle or you c...... читать далее

cpp algorithms quicksort

Разработка dev.to 6 марта 2023 г. 19:13

Considering a career in software engineering? We're here to help with some of the very best resources for prospective programmers. We'll cover: What language should I learn? Pursue a software development specialization Six language-based courses...... читать далее

beginners programming codenewbie productivity

Разработка dev.to 3 марта 2023 г. 10:16

First of all, the Nim development follows The Roadmap 2023, which specifies what features might be implemented or removed in 2023. As we can see, completing incremental compilation and recursive module dependencies might be the most important tasks t...... читать далее

nim

Разработка dev.to 3 марта 2023 г. 7:16

CXXGraph ZigRazor / CXXGraph Header-Only C++ Library for Graph Representation and Algorithms CXXGraph Share on Introduction CXXGraph is a s...... читать далее

showdev opensource github cpp

Разработка habr.com 27 февраля 2023 г. 19:15

Полиморфизм является одним из трёх столпов ООП, наравне с наследованием и инкапсуляцией, да и в целом краеугольным камнем современного программирования. Думаю, большинство читателей не представляет своей жизни без полиморфизма, за что я, конечно, это...... читать далее

C++ Go Rust rust cpp go polymorphism

Разработка dev.to 26 февраля 2023 г. 22:57

Some Background Since the beginning of my programming journey, I’ve always been drawn to the idea of creating projects from the ground up with minimal third party code. One of those projects was to play around with graphics, and this time I actual...... читать далее

opengl cpp

Разработка dev.to 26 февраля 2023 г. 19:54

Last year I devised some ways of analyzing the history and structure of code in a visual way, but I didn't document much of that to share with the community. This article explores the process I used to build a CSV file containing the path, extension,...... читать далее

python datasources pandas jupyter

Разработка dev.to 22 февраля 2023 г. 21:53

We are excited to announce the release of ReductStore Client SDK for C++ v1.3.0! This release includes support for the ReductStore API v1.3.0 with labels and content type. Labels Since ReductStore v1.3.0, you can attach labels to data whe...... читать далее

news cpp database reductstore

Разработка dev.to 22 февраля 2023 г. 0:34

Databases can be an interesting topic to study. TL;DR This article is what I learn in today's challenge about CQL and CassandraDB. 1. Introduction 2. CQL vs SQL 2.1 Data Model 2.2 Query Syntax 2.3 Schema definition 3. Final Considerations...... читать далее

100daysofcode cpp beginners

Разработка dev.to 20 февраля 2023 г. 23:20

We have to start learning somehow, so why not in a challenge? Table Of Contents 1. Introduction 2. The Challenge 3. The Content 4. Final Considerations 1. Introduction Hey everyone! I'm Daniel Reis, 23yo Brazilian, and I wa...... читать далее

100daysofcode cpp tutorial beginners

Разработка dev.to 11 февраля 2023 г. 19:40

I've written a simple ASCII-only JSON parser in C++, Rust, OCaml and Standard ML. This was done for educational purposes mainly. The focus was to learn some more about writing parsers by hand. Another point was to compare implementations in these lan...... читать далее

cpp rust ocaml standardml

Разработка dev.to 3 февраля 2023 г. 21:15

C++ is a general-purpose programming language that was developed in 1979 by Bjarne Stroustrup. C++ was born as an object-oriented superset of C. According to the Stack Overflow Developer Survey, C++ is one of the top six most popular programming lang...... читать далее

cpp career tutorial beginners

Разработка dev.to 24 января 2023 г. 16:17

Today’s post is devoted to 8 popular C++ programming environments. Many of them also support other languages. Contents Microsoft Visual Studio NetBeans CodeLite Sublime Text Code::Blocks QT Creator Eclipse CDT CLion 1. Microsoft Visual Studio...... читать далее

cpp webdev beginners programming

DevOps ubuntu.com 16 января 2023 г. 13:08

It’s a new year, and an especially great time to reflect on the security of your robots. After all, those interested in breaching it are probably doing the same. In previous articles, we discussed ROS security by detailing practical steps for securin...... читать далее

robotics ROS ROS 2 Security

Разработка DigitalOcean Community Tutorials 13 января 2023 г. 16:59

### Introduction A [hash table](https://en.wikipedia.org/wiki/Hash_table) in C/C++ is a data structure that maps keys to values. A hash table uses a _hash function_ to compute indexes for a key. You can store the value at the appropriate location ba...... читать далее

Разработка dev.to 10 января 2023 г. 15:24

Hi, My name is Sahar. I have just started an Open Source Development Course led by Gabor Szabo. As part of this course assignments I have opened an account at this platform. Currently I mainly use python which served me also in my last job but I a...... читать далее