User: MeNeedsHelp

  • Public profile

User profile: MeNeedsHelp

User info
User name:MeNeedsHelp
History
Joined:
Number of posts:17
Latest posts:

"Anonymous" struct?
Thank you! This is exactly what I was looking for!

"Anonymous" struct?
Is there no way to use an unnamed structure in a vector or map?

"Anonymous" struct?
... What, can you do it in C? I'm talking about a struct with various elements, whether they be dat...

"Anonymous" struct?
[code] struct Something { signed int x, y, z; }; std::vector<Something> things; [/code] This ...

Reading lines from a text file
Hello. I am trying to read lines from a .txt file like this: [code]// "file.txt" This is the fi...

This user does not accept Private Messages