General C++ Programming - November 2009 (Page 16)

by vRltwE
Create a vector of typedef struct, how to?
 
Hi, I want to create a std::vector of typedef struct. Any std::vector position will store a "vetor" that is a typedef struc... Actually I did this: #i...
[4 replies] Last: Thanks guys, problem solved! (by vRltwE)
typedef with a generic structure
 
I'm trying to make a generic linked list using a structure. template<class T> struct LinkedList { T i; LinkedList *link; }; ...
[4 replies] Last: Thank you very much. (by coder123)
Rewriting a program
 
Hello people...I'm interested in changing this program so that the user is ask to enter 10 login times (using a loop of 1 - 10) then print out the time differen...
[9 replies] Last: The array' loop' should have a size of 10. In your code the for loop w... (by buffbill)
homework problem
 
hello all; and thanks in advance for any help that comes my way. i have an assignment in my C++ class that i'm having a problem with. it deals with bar char...
[1 reply] : To generate a random number, you need to #include a library to use it.... (by bluezor)
by nikman
pointers
 
While reading from the file, the function reads everything but prints only the first snackcart and the third snackcart twice. I have no idea why. int loadI...
[11 replies] Last: thanks :) (by nikman)
November 2009 Pages: 1... 141516
  Archived months: [oct2009] [dec2009]

This is an archived page. To post a new message, go to the current page.