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

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

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


DevOps ubuntu.com 17 июня 2020 г. 15:34

We’re pleased to welcome the newest ROS 2 release, Foxy Fitzroy. A long-term support (LTS) release, (supported for three years), Foxy runs on the latest Ubuntu LTS, the also-recently-released Ubuntu 20.04 (supported for five years, or even long...... читать далее

robotics robotics security logging robotics situational awareness ROS ROS 2 ROS 2 Foxy

Разработка DZone Web Dev 15 июня 2020 г. 11:08

Dependency Inversion Principle(in C++) is the fifth and last design principle of a series SOLID as a Rock design principles. The SOLID design principles focus on developing software that is easy to maintainable, reusable, and extendable. In this arti...... читать далее

c++ cpp design pattens design principles coding basics

Разработка DZone Web Dev 5 июня 2020 г. 3:18

Interface Segregation Principle in C++ is the fourth & by far the simplest design principle of a series SOLID as a Rock design principles. The SOLID design principles focus on developing software that is easy to maintainable, reusable & exten...... читать далее

tutorial web dev cpp design pattens programming and design coding basics interface segregation principle example

GameDev Preshing on Programming 26 мая 2020 г. 7:50

For the past little while – OK, long while – I’ve been working on a custom game engine in C++. Today, I’m releasing part of that game engine as an open source framework. It’s called the Plywood framework. View the do...... читать далее

Разработка dou.ua 14 мая 2020 г. 13:00

Привет, меня зовут Максим. Я программист-самоучка, свою первую строчку кода написал еще в 1994 году и на текущий момент принял участие где-то в 10 игровых проектах. За это время мне пришлось писать на множестве различных языков:с 8 по 11 класс самос...... читать далее

Разработка DZone Web Dev 28 апреля 2020 г. 14:45

Blockchain technology is a very fast, secure, and decentralized technology that is currently causing a paradigm shift in many industries today. The development of this technology has brought about improvements in many industries even though it has ma...... читать далее

programming blockchain development languages programming languages

DevOps ubuntu.com 9 апреля 2020 г. 12:56

An application store with a large number of entries is a double-edged sword. It’s often a good sign of a vibrant, thriving community of software creators, developers and users working together. But then, people new to the ecosystem may struggle findi...... читать далее

sc:snap:bcrypt-tool sc:snap:cpp-dependencies sc:snap:pixelorama sc:snap:productivity-timer sc:snap:ubuntu-iso-download snap store snapcraft.io

Разработка DZone Web Dev 1 апреля 2020 г. 13:21

Introduction In this article, we will learn how to create server-side paging, which is very useful whenever we have to display a large number of records.  This article will be the final part of our three-part series. You can check out...... читать далее

tutorial web dev angular sql server typescript asp.net core pagination

Разработка realpython.com 2 марта 2020 г. 14:00

What are Python bindings? Should you use ctypes, CFFI, or a different tool? In this step-by-step tutorial, you'll get an overview of some of the options you can use to call C or C++ code from Python.... читать далее

Разработка DZone Web Dev 28 февраля 2020 г. 18:14

Introduction In this article, we will learn how we create server-side pagination, which is very useful whenever we need to display a large number of records. This is the second part of my article on server-side pagination, you can check out the f...... читать далее

sql web dev angular asp.net core pagination webapi angular 8

DevOps linuxhint.com 3 февраля 2020 г. 18:12

In this article, I am going to show you how to install Ubuntu Make on Ubuntu and how to install the latest version of developer tools and IDEs using Ubuntu Make on Ubuntu. Ubuntu Make is a command line utility for installing latest version of develop...... читать далее

Ubuntu

DevOps linuxhint.com 14 января 2020 г. 4:32

This tutorial shows how to recover data from storage devices in Linux. The tutorial will focus on two of the most popular file carving tools, Foremost and PhotoRect, both described in the “File Carving Tools” article. Both of them will be explained f ...... читать далее

Disk Management

DevOps linuxhint.com 13 января 2020 г. 11:03

This article describes some of the most popular available File Carving Tools for Linux including PhotoRec, Scalpel, Bulk Extractor with Record Carving, Foremost and TestDisk. In computers, file carving consists of recovering and rebuilding, reconstru ...... читать далее

Disk Management Security

DevOps linuxhint.com 1 ноября 2019 г. 23:00

In this article, I am going to show you how to install GCC and all the required C/C++ build tools on CentOS 8 for developing C/C++ programs. So, let’s get started. Installing GCC and C/C++ Build Tools: First, update the YUM package repository cache w...... читать далее

DevOps winitpro.ru 23 сентября 2019 г. 12:21

В этой статье мы рассмотрим менеджер пакетов Yum, который позволяет управлять установкой, удалением и обновлением программ (.RPM-пакетов), автоматически разрешать зависимости, управлять дополнительными репозиториями. Данная статья о Yum должна прежде...... читать далее

Разработка Алёна C++ 2 октября 2018 г. 19:28

<a href="https://3.bp.blogspot.com/-XRZOrdxtGxs/W7KeQbig3XI/AAAAAAAADcc/7FAP8iDzwLAYv2eRLyzFal6aCN0-0RrHACLcBGAs/s1600/cppcon2018.jpg" imageanchor="1" style="clear: left; float: left; ma ...... читать далее

DevOps linuxhint.com 23 апреля 2018 г. 6:15

Like GCC, LLVM is a C/C++ compiler toolset. LLVM can compile C, C++ and Objective-C programs. LLVM Clang can compile C and C++ codes faster than GCC. A very memory efficient debugger LLDB is available in LLVM. LLDB is very fast at loading symbols com...... читать далее

GameDev Preshing on Programming 24 января 2018 г. 8:07

In the previous post, I presented a basic system for runtime reflection in C++11. The post included a sample project that created a type descriptor using a block of macros: // Define Node's type descriptor REFLECT_STRUCT_BEGIN(Node) REFLECT_STRUC...... читать далее

GameDev Preshing on Programming 16 января 2018 г. 9:21

In this post, I’ll present a small, flexible system for runtime reflection using C++11 language features. This is a system to generate metadata for C++ types. The metadata takes the form of TypeDescriptor objects, created at runtime, that descr...... читать далее

DevOps linuxhint.com 1 января 2018 г. 21:13

Install LLVM 5 on Ubuntu 17.10 Artful Aardvark LLVM is a C/C++ compiler toolset just like GCC. LLVM can compile C, C++ and Objective-C. Clang provided by the LLVM toolset is able to compile C and C++ codes faster than GCC. The LLVM debugger LLDB is m...... читать далее