User profile: tejashs

User info
User name:tejashs
Name:tejashs
Location:India
Statistical data
Birthdate:Jan 14, 1991
Gender:Male
Occupation:Student
Skills:C
C++
verilog
History
Joined:
Number of posts:63
Latest posts:

User input crashes cmd?
you have to put the & operator before the variable when using scanf like this [code]scanf("%d", &vo...

Edit PHP File using C++
you can try something like this... [code] if(file.is_open()) { .... } else { file.open("results...

Using a Struct in a Priority Queue
you could do multi-set or multi map with priority stored as the key of the map take a look at this...

I need chars!
I don't clearly understand what you intend to do, but you can use a loop to iterate. of course the...

what does the ':' operator mean here?
thanks for the info