User profile: takzee

User info
User name:takzee
History
Joined:
Number of posts:38
Latest posts:

Purpose of the function?
I think you are doing a tree or list insertion when you call insert() and pass in a list pointer ,...

next_permutation with OMP
Hi all , I am working on a solution to the travelling salesman problem with parallelization I'm us...

error reading characters of string
[code] #include<fstream> #include<Windows.h> #include<cstdlib> #include<iostream> #include<string> #...

Access violation
I tried to initialize the pointer with [code]BTNode<customer> *t1=new BTNode<customer>;[/code] bu...

Access violation
Since I initialized the pointer to 0 I can understand that , but how do I solve it ? I put it to b...