by heidiK
Vector duplicates removal
|
|
[1 reply] : Hello heidiK, try using std::sort and std::unique. (by coder777)
|
by MJDB
comparing vectors (vector out of range)
|
|
[1 reply] : For your second one, vector::erase() invalidates iterators, so it1 wil... (by Albatross)
|
by thecatalyst
Transfer results from different classes into one class by reference?
|
|
[2 replies] Last: Thanks for your reply These are the errors: integral.h|16|error... (by thecatalyst)
|
by time to c
How to set folder attributes!
|
|
[1 reply] : On Windows you can use SetFileAttributes function: http://msdn.microso... (by Null)
|
by claudiordgz
get position
|
|
[4 replies] Last: It really isn't an algorithm yet, I'm still working on that, it's in S... (by claudiordgz)
|
by Analyzer
Visual C++
|
|
[4 replies] Last: I ment Windows programming... the code likes like this: #inclu... (by Analyzer)
|
by nickg140143
An input format question
|
|
[4 replies] Last: You really didn't need to to that. Not that it matters.. By the way, a... (by hamsterman)
|
by nanochan1
converting BOOL to INT
|
|
[8 replies] Last: You said you needed a function that takes a pointer to char and a char... (by filipe)
|
by nguyentrang
code on struct
|
|
[1 reply] : It creates an array of 100 my_structs called my_array. (by Athar)
|
by khouser
Why is the answer always zero?
|
|
[3 replies] Last: OK, it seems to work now. Thanks to Athar. I also made some chan... (by khouser)
|
by blgblg
calculate the remaining time
|
|
[2 replies] Last: thank you but i cant understand this functions. which function can ... (by blgblg)
|
by Rave
Trouble with spliting files, (header files, etc)
|
|
[3 replies] Last: er... you don't have to make a makefile. Just add Driver.cpp as part ... (by Disch)
|
by kikirikou
Unexpected error?!
|
|
[3 replies] Last: There is a big difference between Visual Studio 2006 (does it even exi... (by Athar)
|
by Rave
Problem with pointers
|
|
[4 replies] Last: Thank you so much, i understand now, i been misinterpreting a lot of t... (by Rave)
|
by adamger
call main of a header file in another
|
|
[3 replies] Last: thanks for you. actually i have a multi-threded code, one of the thre... (by adamger)
|
by zhangxiaobin
a template function promble!
|
|
[3 replies] Last: The syntax identifier1 :: identifier2 when parsed by the c... (by jsmith)
|
by kikirikou
How the memory is allocated?
|
|
[2 replies] Last: In the first question i suppose the no goes to "if the code area conta... (by kikirikou)
|
by rej3kt
changing the variable names in a class.
|
|
[13 replies] Last: Thank you mate I appreciate all the help, everything is fixed now, you... (by rej3kt)
|
by manolos152
change output look
|
|
[3 replies] Last: i think this will help http://ss64.com/nt/syntax.html (by Mazd)
|
by kraigballa
Problem with array of string from uppercase to lowercase
|
|
[6 replies] Last: Note that while(str ) is the same as while(str != 0) ... (by hamsterman)
|