User profile: brim4

User info
User name:brim4
History
Joined:
Number of posts:11
Latest posts:

How can I use typedef and auto to clean up my unique_ptr<vector> declaration throughout my projects classes?
Thanks, guys. I'll close this now. I realised that I had to place it below the class itself. [code]...

How can I use typedef and auto to clean up my unique_ptr<vector> declaration throughout my projects classes?
And would I have to copy that into every file?

How can I use typedef and auto to clean up my unique_ptr<vector> declaration throughout my projects classes?
Hello, I'm new to c++ so any help will be appreciated. When I'm making a weapons declaration it's...

How to read a text file of varying line size into a data structure?
I must say your method is pretty ingenious. Forgot all about stringstream. May need a refresher cour...

How to read a text file of varying line size into a data structure?
Hiya. I am attempting to read some data from a text file into an array. I noticed that I can not do ...