by yotama9
simultaneous iteration over several vectors
|
|
[3 replies] Last: NOTE: operator on vectors is not necessarily slower than iterators. ... (by jsmith)
|
by chipmunck
sizeof() (1,2)
|
|
[31 replies] Last: There is nothing magic about const and templates. const works the sam... (by jsmith)
|
by waqqassheikh
problem in program that finds words that contain a certain letter from a list.
|
|
[12 replies] Last: Yup, they both worked and now the program runs perfectly. Thanks alot... (by waqqassheikh)
|
by coder1998
unicode to string array
|
|
[13 replies] Last: I hope this link could help you. http://msdn.microsoft.com/hi-in/gogl... (by sujalsheth)
|
by chipmunck
matrix operation
|
|
[3 replies] Last: There are some libraries which include also matrix operation, but they... (by lseregni)
|
by lseregni
ignored preprocessor directives
|
|
[3 replies] Last: Thanks for your prompt suggestions, that take me on the right track. ... (by lseregni)
|
by vic1234
I dont know how to eliminate decimal positions
|
|
[2 replies] Last: Thanks a lot Athar 829, I modified it and instead I put from: co... (by vic1234)
|
by jopeters
creating an output file for each instance of a constructor?
|
|
[6 replies] Last: Any professor that punishes you for independently studying is a moron.... (by Disch)
|
by kevinkjt2000
Mosaic ICPC Challenge
|
|
[18 replies] Last: I made a 7x7 by hand so oddxodd is possible but only if both dims are ... (by kevinkjt2000)
|
by upad
error using struct
|
|
[6 replies] Last: not sure why my output is not the same as yours...as I pointed out, my... (by upad)
|
Problem with io |
|
[5 replies] Last: I have two other functions except constructor and destructor till now.... (by majidkamali1370)
|
by Duthomhas
Code review: Locate exe file in *nix
|
|
[2 replies] Last: Thank you for your quick help Albatross . I didn't expect such swift ... (by Duthomhas)
|
by hannes
string object conversion to double
|
|
[4 replies] Last: You can overload =. That'll be quite short after you declare and defin... (by Albatross)
|
by spamme
class, 3D-Array, return style
|
|
[2 replies] Last: Sorry, my question is after the first small code block, with an additi... (by spamme)
|
by karthick88
Const Class Qualifier (1,2)
|
|
[25 replies] Last: No, non-const actual parameters can be implicitly converted to const. ... (by jsmith)
|
by carlsum1986
error in code (1,2)
|
|
[30 replies] Last: yes I designed it wrongly cause I thought vector<vector<vector<string... (by carlsum1986)
|
by cokbilmez
Is there a way to use templates as static members of another class
|
|
[5 replies] Last: static const integral types can be initialized in the class without a... (by sohguanh)
|
by CheezCoder
Running at Startup
|
|
[6 replies] Last: http://www.softwaretipsandtricks.com/windowsxp/articles/169/1/Removing... (by blackcoder41)
|
by akshay202
float to int blunder can any one explain this
|
|
[4 replies] Last: See this: http://www.parashift.com/c++-faq-lite/newbie.html#faq-29.18... (by Disch)
|
letter count |
|
[10 replies] Last: for(int max=frecount , min=frecount , inti=1; i<27; i++) { if(ma... (by curioustoknow)
|