by umeshnepal
how to create a queue in c++?
|
|
[1 reply] : Um... would the normal STL queue work for your purposes? http://www.c... (by Albatross)
|
by klok95330
Tax program
|
|
[9 replies] Last: You never show updated code, so nobody really knows what you're talkin... (by cire)
|
by scout51
New to C++ please help
|
|
[3 replies] Last: Thank you very much for your help. I really appreciated. (by scout51)
|
Pass by reference to pointers |
|
[3 replies] Last: Not the only issue of course. newNode is already a pointer, so lines ... (by Cubbi)
|
Bubble Sort and Insertion Sort |
|
[2 replies] Last: Yes! Thanks. But when I read about the Bubble Sort, they Say is superi... (by closed account SGb4jE8b)
|
by Twist177
Dev C++ GLUT not compiling
|
|
[1 reply] : Sorry, I had a wrong version of the library. The program now works pe... (by Twist177)
|
by kalicha
occurrence of string cg in a dna string
|
|
[4 replies] Last: thanks (by kalicha)
|
by Silvia 22
pointers and adresses
|
|
[4 replies] Last: so if i print cout<<p.fillim<<h.begin<<endl; i'll have the same ou... (by Silvia 22)
|
by Laveer
minimizing a form
|
|
[no replies]
|
by Antony K
Streak counter
|
|
[8 replies] Last: oh lol, I nvm, I missed one thing. I misread, my bad :P I read it as... (by Splux)
|
by g0blu322
Fif Game in C++
|
|
[no replies]
|
Clarify passing ptrs to ptrs vs pass by ptrs |
|
[8 replies] Last: This does not work because you pass incorrect type to the function. ... (by vlad from moscow)
|
queue |
|
[3 replies] Last: Your problem is that you call enqueu with arguments (rear, front), but... (by doug4)
|
by rvelez3
compiling
|
|
[1 reply] : #include Bank_Acct.h should be #include "Bank_Acct.h" Are you sur... (by Peter87)
|
by indyarock
Infinite recursion in Merge Sort
|
|
[2 replies] Last: Thanks BlackSheep. You are right. But how to go about it then ? Any su... (by indyarock)
|
by xillah
creating a class called date and a child class called time
|
|
[6 replies] Last: To solve such problem you need some basic understanding of OPP in C++ ... (by therockon7throw)
|
by porl123
Reading a png
|
|
[3 replies] Last: The sample code you've shown there isn't C++. Looks like some kind o... (by Moschops)
|
by CLearner88
sorting vectors
|
|
[2 replies] Last: I see. Thanks for your help =) (by CLearner88)
|
by mohsin01
Linked list
|
|
[1 reply] : "Node" only exists in the context of "linklist", so to access it, you ... (by Gaminic)
|
by Manvir Singh
Qt and Static linking Help
|
|
[2 replies] Last: You can't static link a dll. A dll is a library specifically made for ... (by Moschops)
|