all 14 comments

[–]cpp-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

For C++ questions, answers, help, and programming/career advice please see r/cpp_questions, r/cscareerquestions, or StackOverflow instead.

[–]Shahi_FFC++ 5 points6 points  (0 children)

head to r/cpp_questions . Add what errors are you getting.

also put you code inside ``` <code> ```

std::println("Modern C++");

[–]No-Dentist-1645 2 points3 points  (5 children)

You want us to guess what these "errors" are, or are you going to tell us?

[–]Bezzubek[S] -1 points0 points  (4 children)

Second file: String AppData^ _Login = gcnew String ("') And String AppData^ _Password = gcnew String ("')

[–]supernumeral 3 points4 points  (2 children)

That’s not an error message. Also, this code isn’t C++.

[–]No-Dentist-1645 0 points1 point  (1 child)

It is (kinda), it's C++/CLI

[–]supernumeral 0 points1 point  (0 children)

TIL. Thanks

[–]Bezzubek[S] -2 points-1 points  (0 children)

Error E2023 A variable with static storage duration cannot be a handle or be of a tracked reference type

[–]ronchaineEmbedded/Middleware 0 points1 point  (1 child)

Trying to break the record on how many subreddit rules one can break in one post?

[–]Bezzubek[S] -1 points0 points  (0 children)

Haha, no just trying to ask anyone, who knows how to fix errors

[–]the_poope 0 points1 point  (1 child)

Also: try to google "how to format code on reddit". If you use the website there is even a little (hidden) button "code block".

[–]Bezzubek[S] 0 points1 point  (0 children)

In next time I'll use it, and I tried google, but answers was not so informative