by moonman239
Cannot initialize "BaseClass **" with an rvalue of type "DerivedClass **"
|
|
[2 replies] Last: > Cannot initialize "BaseClass **" with an rvalue of type "DerivedClas... (by JLBorges)
|
by Kubani
Defining operators for vectors of templates
|
|
[15 replies] Last: Yes and what is question for me is that why the author (the creator o... (by cire)
|
by omega4relay
how to insert pair values in a map into a normal map
|
|
[1 reply] : Maybe something like this: for (std::map<string,pair<string,int>>... (by Chervil)
|
by niko79542
Is it OK to make node struct public within stack class?
|
|
[5 replies] Last: Yes Doug, all of your assumptions about my stack were correct. Much s... (by niko79542)
|
by gedamial
Question about the rand() function
|
|
[13 replies] Last: It returns the rest of the division btween rand() and what comes after... (by gedamial)
|
by rabster
Linked List questions
|
|
[2 replies] Last: Well I'm using the pointers for the list. And yeah, now that I think a... (by rabster)
|
by saramarikar
C== chat application
|
|
[5 replies] Last: is this server code ok? #include <winsock2.h> #include <ws2tcpip.h> ... (by saramarikar)
|
by technologist
dereferencing question (1,2)
|
|
[22 replies] Last: but also a struct as well. The struct having public member access by... (by MikeyBoy)
|
by dinesh98
problem regarding files
|
|
[2 replies] Last: The clairvoyants are off duty now. Can you show the code so that ordin... (by Thomas1965)
|
by mike9407
static variables
|
|
[3 replies] Last: Storage class specifiers http://en.cppreference.com/w/cpp/language/sto... (by closed account E0p9LyTq)
|
by YvngSavage
Help Debugging (1,2)
|
|
[23 replies] Last: Yes, I had a sick day from school and I got bored and had the idea lol (by YvngSavage)
|
by kam hagh
how to make my function accept both const char* and string
|
|
[7 replies] Last: With modern C++, with move semantics, passing a string [by value] doe... (by Peter87)
|
by abc1
Sorting
|
|
[4 replies] Last: Merge Sorting algorithm and Quick sort algorithm are known as divide a... (by GrShultz)
|
by ajaythk
how to look for the index of a vector in an array
|
|
[4 replies] Last: You could use a bool variable as a flag. Set it to true at the sta... (by Chervil)
|
Minimum processing cost!! |
|
[4 replies] Last: I used f variable to be assigned to the list2 array,so it can increm... (by cire)
|
by Gyiove
Hyperbolic Secant in c++
|
|
[5 replies] Last: Hill representing momentum of how number changes Even if sech(1) ~= 1... (by helios)
|
by DubKing
How do i get more dubs? (Blackjack code)
|
|
[1 reply] : This is very hard to read. Please Remember to put code tags. I really ... (by Hirokachi)
|
by TarikNeaj
loop help?
|
|
[5 replies] Last: so could you. Are you going to continue to waste my time or are you g... (by MikeyBoy)
|
by mike9407
need help
|
|
[1 reply] : So what's the problem? Is the guy not compiling properly? (by Michael5)
|
by CruxHaloine
Trying to read a specific line of text from a file
|
|
[2 replies] Last: Here is a little example to read the last 26 chars from a file. #inc... (by Thomas1965)
|