Timeline for Using STL vector to create an array causes an error
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 10, 2015 at 1:56 | vote | accept | user3873413 | ||
| Aug 10, 2015 at 0:19 | answer | added | Nick Gammon♦ | timeline score: 0 | |
| Aug 9, 2015 at 22:10 | history | edited | user3873413 | CC BY-SA 3.0 |
added 12474 characters in body
|
| Aug 9, 2015 at 21:58 | history | edited | user3873413 | CC BY-SA 3.0 |
added 180 characters in body
|
| Aug 9, 2015 at 21:54 | comment | added | user3873413 | Yes, it occurs on a POD class, and it returns an even larger error message upon trying to use a pointer | |
| Aug 9, 2015 at 21:53 | comment | added | Nick Gammon♦ | Please post the code, not just the error message. Make up a Minimal, Complete, and Verifiable example. | |
| Aug 9, 2015 at 21:30 | comment | added | BrettFolkins | Does the error occur on a POD class? say, a class with just one public integer member and the default constructor/deconstructor? Also, if it works for primatives, it should work with pointers to your class. | |
| Aug 9, 2015 at 21:17 | review | First posts | |||
| Aug 10, 2015 at 6:44 | |||||
| Aug 9, 2015 at 21:16 | history | asked | user3873413 | CC BY-SA 3.0 |