by Cambalinho
how using vectors?
|
|
[2 replies] Last: thank you so much for all. i fixed that and more on code. thank you (by Cambalinho)
|
by Cambalinho
can i convert a string to an arithmetic expression?
|
|
[10 replies] Last: i found the other error: void CalculateExpression(string strMathExpre... (by Cambalinho)
|
my homework |
|
[1 reply] : First, please use code tags when posting code. See http://www.cplusplu... (by keskiverto)
|
by lexon
Vector does not name a type
|
|
[1 reply] : vector is part of the std namespace. Change to std:: vector<int> ..... (by Ganado)
|
by MattC98
c++ vector
|
|
[3 replies] Last: On one program I was working on, there was a vector that contained a b... (by Ganado)
|
by kkkcen
phrase guess game in C
|
|
[1 reply] : you need a way out of the loop if they win. so you need to do some mo... (by jonnin)
|
by Cambalinho
i'm confused with 2 keywords
|
|
[8 replies] Last: thanks for all to all (by Cambalinho)
|
by kada17
Standard output function template
|
|
[3 replies] Last: What is your compiler? Older GCC defaults to older C++, but can be tol... (by keskiverto)
|
by snusolsson
cannot convert from 'TCHAR [260]' to 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>
|
|
[2 replies] Last: My recommendation is to just not bother with TCHAR and just call the w... (by helios)
|
by warchief
Using reinterpret_cast to read file into structure
|
|
[4 replies] Last: Ah, now I get it. Thank you again ! (by warchief)
|
by cOOKIE5D
Reverse By Word In Dynamic character Array
|
|
[2 replies] Last: It' a reasonable algorithm as long as you don't mind filling the input... (by tpb)
|
by Ginnywalker
Is there methods to get ost to pst converter?
|
|
[1 reply] : sounds like a 'fun' project. This may be fairly involved, you will ne... (by jonnin)
|
by Cambalinho
i need a simple correction about strings
|
|
[15 replies] Last: cubbi: if i do these: variant vrValue ={100.456f,"hello world", 20.45... (by Cambalinho)
|
by Dvir Arazi
Is there a way to pass a variable from a constructor of a derived class to the constructor of the base class?
|
|
[2 replies] Last: Thanks keskiverto, I guess that solves it. I hoped that there would be... (by Dvir Arazi)
|
by d1g1talarts
RE-Creating Quick Sort algorithm for class
|
|
[15 replies] Last: @digitalarts - what a waste. Your OWN code in an earlier post wasn't a... (by lastchance)
|
by kindgnice
How To Use -> in C++?
|
|
[5 replies] Last: Thanks for the insights pals. God bless. :) (by kindgnice)
|
by Xepharia
Garbage values in my methods?
|
|
[1 reply] : We need to see the whole program. Anything could be happening. (by tpb)
|
by afedorov
Inheritance or Templates for Embedded application
|
|
[7 replies] Last: That makes sense thank you for your help. (by afedorov)
|
by nwebiie
implementing a recursive data structure
|
|
[no replies]
|
by Mattrat
Root Finding
|
|
[7 replies] Last: I should think from the description that the original equation is m d... (by lastchance)
|