User profile: gabriel11

User info
User name:gabriel11
History
Joined:
Number of posts:18
Latest posts:

"use of deleted function" error when I'm passing an object through a constructor.
Thank you mbozzi!

"use of deleted function" error when I'm passing an object through a constructor.
Hey guys! I'm working on a little program that turns TODO comments into GitHub issues. Everything...

Undefined reference when using generics
Recently my class started to dig deeper into working with generics and templates for Java. Since I'm...

How do I bypass a Segmentation fault?
Hey guys. So I've been programming in C++ for a few months now, and I've been enjoying it all th...

How do I design a button?
This function creates two default buttons. [code] void Buttons::send_button(HWND hWnd) { CreateWi...