Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marquee clantag #10

Closed
wants to merge 1 commit into from
Closed

Marquee clantag #10

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 7, 2021

:)

Marquee clantag
@cristeigabriel
Copy link
Contributor

char text[128] will be treated like a char pointer, if u really want size 128 do char (&text)[128] (works in c++ only) or better yet do:

template <size_t N>
type func(char (&text) [N])

thisll declare smallest size by compiletime

@seksea
Copy link
Owner

seksea commented Feb 7, 2021

seemed ugly having it in a different file when it will only be used in the clantag anyways, so moved to clantag.cpp, and also made other minor changes and pushing rn

@seksea seksea closed this Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants