User profile: gabriel11

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

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...

isalpha() skips a non-alphabetic character if there is no space in front of it.
[quote]C/C++ stdlibs already have string tokenization functionality provided by the <string.h>/<cstr...

isalpha() skips a non-alphabetic character if there is no space in front of it.
@helios I should have just shown the whole tokenizer from the start. Here is the whole function tha...