User profile: berlioz10

User info
User name:berlioz10
Name:Spiridon Dragos
Location:Romania
Website:http://no one
Bio:I am just a student who need some help.
History
Joined:
Number of posts:3
Latest posts:

It doesnt work, always say: program.exe has stopped working
Thanks, but one question for me.. What's the difference between std::vector and an vector from int?

It doesnt work, always say: program.exe has stopped working
I'm trying to do a vector with all v[i=1,2,4,8,16..]=1, and in rest 0, up to 1 000 000. Someone have...

It doesnt work, always say: program.exe has stopped working
#include <iostream> using namespace std; #define N 1000001 int main() { long long v[N...