Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~196 People Reached
Favorite Tags
Member Avatar for swiftdemise

Hi, I'm having a problem with vectors. I have [code=c++] vector<int> ds; [/code] in a header file. When I do [code=c++] ds.push_back(0); [/code] in the cpp file, I get a seg fault. Does anyone know what the problem is? Thanks

Member Avatar for swiftdemise
0
135
Member Avatar for swiftdemise

I'm trying to hide and show divs using object.style.display = hidden and block. Apparently "block" works in IE? It doesn't work for me though...

Member Avatar for BudBrocken
0
61