はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    iPhone 17

『PVS‑Studio is a solution to enhance code quality, security (SAST), and safety』

  • 人気
  • 新着
  • すべて
  • C++ is faster and safer than Rust: benchmarked by Yandex

    78 users

    pvs-studio.com

    Myth 1. Arithmetic in Rust is no safer than in C++Myth 2. The only strong point of Rust is object lifetime analysisMyth 3. Function calls in Rust mindlessly take up memoryMyth 4. Rust is slower than C++Myth 5. C → C++ — noop, C → Rust — PAIN!!!!!!!Myth 6. unsafe disables all Rust checksMyth 7. Rust won't help you with C librariesMyth 8. Safety of Rust hasn't been provenConclusion Spoiler: C++ isn'

    • テクノロジー
    • 2020/05/10 21:42
    • rust
    • c++
    • あとで読む
    • techfeed
    • programming
    • article
    • Top 10 bugs found in C++ projects in 2019

      4 users

      pvs-studio.com

      No. 10. What operating system are we running on?No. 9. Who's first?No. 8. Dangerous bitwise operationsNo. 7. Variables mixed upNo. 6. C++ has its own lawsNo. 5. What's at the end of the line?No. 4. The magic constant PiA small diversionNo. 3. An elusive exceptionNo. 2. Unclosed HTML tagsNo. 1. Elusive standard functionsConclusion Another year is drawing to an end, and it's a perfect time to make y

      • テクノロジー
      • 2019/12/20 13:56
      • Linux Kernel, tested by the Linux-version of PVS-Studio

        3 users

        pvs-studio.com

        Linux Kernel, tested by the Linux-version of PVS-Studio How we did the checkTyposUnused variablesConfusion in the operation precedenceSuspicious checksAn erron in a macroMeaningless memsetDangerous use of memcmpConclusion Since the release of the publicly available Linux-version of PVS-Studio, it was just a matter of time until we would recheck the Linux kernel. It is quite a challenge for any sta

        • テクノロジー
        • 2016/12/14 08:25
        • The Ultimate Question of Programming, Refactoring, and Everything

          3 users

          pvs-studio.com

          The Ultimate Question of Programming, Refactoring, and Everything Preface1. Don't do the compiler's job2. Larger than 0 does not mean 13. Copy once, check twice4. Beware of the ?: operator and enclose it in parentheses5. Use available tools to analyze your code6. Check all the fragments where a pointer is explicitly cast to integer types7. Do not call the alloca() function inside loops8. Remember

          • テクノロジー
          • 2016/05/08 18:17
          • development
          • A Long-Awaited Check of Unreal Engine 4

            4 users

            pvs-studio.com

            Unreal EngineAnalysis methodology for an nmake-based projectAnalysis resultsTyposNull pointersA few more words about null pointersExcess variable declarationErrors in function callsA variable assigned to itselfThe nicest of all the errorsA break operator missingMicrooptimizationsSuspicious sumMess-up with enumA logical errorSuspicious shiftObsolete checksCopy-PasteMiscellaneousConclusions On March

            • テクノロジー
            • 2015/05/19 00:19
            • c++
            • game
            • Analyzing Vim by PVS-Studio in GNU/Linux

              3 users

              pvs-studio.com

              A few words about Vim for a startNow about the check itselfAn excessive checkA strange memsetA strange loopScopesAn error with signed and unsigned types in one expressionA pointer initialized to NULL and not changed anywhere while still being usedUnsafe use of reallocA few false positivesPoorly written code where only the first byte of a structure is filledThe poor practice of using short namesA s

              • テクノロジー
              • 2015/03/20 21:11
              • vim
              • あとで読む
              • PVS‑Studio is a solution to enhance code quality, security (SAST), and safety

                6 users

                pvs-studio.com

                We develop a static analyzer for C, C++, C#, and Java code

                • テクノロジー
                • 2013/09/21 15:15
                • C++
                • software
                • development
                • Errors detected in Open Source projects by the PVS-Studio developers through static analysis

                  4 users

                  pvs-studio.com

                  Errors detected in Open Source projects by the PVS-Studio developers through static analysis We regularly check various open-source projects with PVS-Studio and send analysis results to developers and usually describe them in our posts as well. Besides, we add them into our bug database. This database is posted below on this page. The bugs are grouped according to the number of the diagnostic rule

                  • テクノロジー
                  • 2013/09/21 15:10
                  • development
                  • software
                  • 20 issues of porting C++ code to the 64-bit platform

                    5 users

                    pvs-studio.com

                    Introduction1. Disabled warnings2. Use of functions with a variable number of arguments3. Magic numbers4. Storing integers in double type5. Bit shifting operations6. Storing of pointer addresses7. Memsize types in unions8. Changing an array type9. Virtual functions with arguments of memsize type10. Serialization and data exchangeThe use of types of volatile sizeIgnoring of the byte order11. Bit fi

                    • テクノロジー
                    • 2012/05/21 15:29
                    • C++
                    • 64bit
                    • 64-bit lessons

                      9 users

                      pvs-studio.com

                      This course was developed in 2010. However, it hasn't become obsolete and the information given in it is relevant enough for modern Visual Studio versions. The course is devoted to the creation of 64-bit applications in C/C++ language, and is intended for Windows developers who use the Visual Studio 2005/2008/2010 environment. Developers working with other 64-bit operating systems will learn many

                      • テクノロジー
                      • 2010/04/11 23:09
                      • c++
                      • programming
                      • development
                      • プログラミング
                      • あとで読む
                      • PVS-Studio: Static Code Analyzer for C, C++ and C#

                        8 users

                        pvs-studio.com

                        PVS-Studio is a static analyzer on guard of code quality, security (SAST), and code safety

                        • エンタメ
                        • 2009/01/26 08:25
                        • C++

                        このページはまだ
                        ブックマークされていません

                        このページを最初にブックマークしてみませんか?

                        『PVS‑Studio is a solution to enhance code quality, security (SAST), and safety』の新着エントリーを見る

                        キーボードショートカット一覧

                        j次のブックマーク

                        k前のブックマーク

                        lあとで読む

                        eコメント一覧を開く

                        oページを開く

                        はてなブックマーク

                        • 総合
                        • 一般
                        • 世の中
                        • 政治と経済
                        • 暮らし
                        • 学び
                        • テクノロジー
                        • エンタメ
                        • アニメとゲーム
                        • おもしろ
                        • アプリ・拡張機能
                        • 開発ブログ
                        • ヘルプ
                        • お問い合わせ
                        • ガイドライン
                        • 利用規約
                        • プライバシーポリシー
                        • 利用者情報の外部送信について
                        • ガイドライン
                        • 利用規約
                        • プライバシーポリシー
                        • 利用者情報の外部送信について

                        公式Twitter

                        • 公式アカウント
                        • ホットエントリー

                        はてなのサービス

                        • はてなブログ
                        • はてなブログPro
                        • 人力検索はてな
                        • はてなブログ タグ
                        • はてなニュース
                        • ソレドコ
                        • App Storeからダウンロード
                        • Google Playで手に入れよう
                        Copyright © 2005-2025 Hatena. All Rights Reserved.
                        設定を変更しましたx