This is a discussion on Difference between "vector" and "array"? within the C and C++ Programming forums, part of the Software Development category; Difference between "vector" and "array"?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| array: data structure used dto store a group of objects of the same type sequentially in memory vector: container class from STL - holds objects of various types - resize, shrinks grows as elements added - bugs such as accessing out of bounds of an array are avoided
__________________ J.Vijayanand |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 1. What is the difference between "calloc(...)" and "malloc(...)"? | oxygen | C and C++ Programming | 1 | 07-30-2007 08:13 AM |
| I keep getting "Data Missing" when I click the "back" button in my browser. How can I | oxygen | HTML, CSS and Javascript Coding Techniques | 1 | 07-28-2007 01:12 AM |
| Why do I get "HTTP 500" error(or "(DLL)initialization routine failed")in my browser? | kingmaker | ASP and ASP.NET Programming | 1 | 07-20-2007 04:38 AM |
| Difference between "APPLET" and "APPLICATION" | prasath | Java Programming | 1 | 07-17-2007 07:51 AM |
| Difference between a "assignment operator" and a "copy constructor"? | vigneshgets | C and C++ Programming | 2 | 07-12-2007 05:30 AM |