Skip to content

Kickstart Coding

From 0 to 1

  • Home
  • Kickstart
  • LeetCode
  • Development
    • Angular
    • Algorithms
    • C++ & C
    • Computer Vision
    • Data Strcture
    • DEBUG
    • Fullstack
      • Bootstrap
      • JavaScript
      • jQuery
      • Ruby on Rails
      • Vue
    • Linux Inspires
      • Raspberry Pi
    • Networks
    • Machine Learning
    • MATLAB
    • PHP
    • Python
    • SoC
    • Open Source
  • Notes
    • LIfe
    • Books
    • Machine Learning
  • CP
    • HackerRank
  • Resume

Category: C++ & C

  • Home
  • Development
  • C++ & C

Size of C++ Data Types – Built-in, Structure and Union

By Bill0412Posted on August 28, 2020August 28, 2020
  • C++ & C

Built-in Data Types Test Program Output: Struct Note that there are paddings if a bigger data type is right before one with smaller size. Test […]

Size of C++ Data Types – Built-in, Structure and Union Read More

Install CUDA on Ubuntu 20.04 Desktop

By Bill0412Posted on August 19, 2020August 19, 2020
  • CUDA

Install using runfile Add to Global Environment Variables Make your /etc/environment file look like the following and then restart the OS. This is only necessary […]

Install CUDA on Ubuntu 20.04 Desktop Read More

C++11 decltype

By Bill0412Posted on June 4, 2020June 4, 2020
  • C++11

decltype is used to get the type of a expression Considering the following function For the following 2 invocations The results will be different, To […]

C++11 decltype Read More

Debug C++ Programs with GDB – Single-Threaded & Multi-Threaded

By Bill0412Posted on December 1, 2019January 29, 2020
  • C++ & C
  • Linux Inspires

There is also an example program on my GitHub, the text version of the tutorial is also available at: https://github.com/Bill0412/solve-traffic-deadlock References

Debug C++ Programs with GDB – Single-Threaded & Multi-Threaded Read More

How to setup FLTK environment in CLion on Mac OS

By Bill0412Posted on June 10, 2019January 29, 2020
  • C++ & C
  • Open Source

FLTK: Fast Light Toolkit FLTK Version: 1.3.5 In terminal In CLion, take C++ 14 program as example, as in my project renju, the CMakeLists.txt file […]

How to setup FLTK environment in CLion on Mac OS Read More

The C Preprocessor

By Bill0412Posted on March 23, 2019January 29, 2020
  • C++ & C

When I was learning the C Programming Language, every time encountering the Preprocessor, though I knew that the Preprocessor can be really powerful, I told […]

The C Preprocessor Read More

Leetcode RANKING

Recent Posts

  • The  C Preprocessor

    1305. All Elements in Two Binary Search Trees

    Posted on May 1, 2022May 1, 2022
  • The  C Preprocessor

    828. Count Unique Characters of All Substrings of a Given String

    Posted on May 1, 2022
  • The  C Preprocessor

    1996. The Number of Weak Characters in the Game

    Posted on April 30, 2022
  • The  C Preprocessor

    1201. Ugly Number III

    Posted on April 26, 2022April 26, 2022
  • The  C Preprocessor

    1482. Minimum Number of Days to Make m Bouquets

    Posted on April 24, 2022April 24, 2022

Archives

  • May 2022 (2)
  • April 2022 (4)
  • March 2022 (10)
  • February 2022 (19)
  • January 2022 (28)
  • December 2021 (26)
  • November 2021 (21)
  • August 2021 (27)
  • July 2021 (92)
  • June 2021 (69)
  • May 2021 (1)
  • April 2021 (19)
  • March 2021 (84)
  • February 2021 (37)
  • January 2021 (18)
  • December 2020 (6)
  • November 2020 (20)
  • October 2020 (58)
  • September 2020 (99)
  • August 2020 (42)
  • July 2020 (41)
  • June 2020 (47)
  • May 2020 (72)
  • April 2020 (35)
  • March 2020 (2)
  • February 2020 (16)
  • January 2020 (9)
  • December 2019 (5)
  • November 2019 (2)
  • October 2019 (5)
  • September 2019 (6)
  • August 2019 (6)
  • July 2019 (6)
  • June 2019 (3)
  • May 2019 (6)
  • April 2019 (1)
  • March 2019 (4)
  • February 2019 (2)
  • January 2019 (6)
  • December 2018 (1)

Tags

Arrays Backtracking blog BST C++ Coursera CS Decision Trees Dynamic Programming Evaluation GDB Hashmap Integer Java K-Nearest Neighbors LeetCode Level Order Traversal life Linked List Linux Linux Kernel Logistic Regression Machine Learning Makefile MATLAB Multi-threading MYSQL npm Palindrome Plot Priority Queue Python Recursion RegEx Rolling Hash skills Sorting SSL String SVM Tree Ubuntu Vue WordPress WSS

Thanks To…

  • Cruel Coding Club
  • WisdomPeak
Copyright © 2022 Kickstart Coding. All Rights Reserved | Blog Diary by Theme Palace