Failing to build leptonica for ARM |
|
[5 replies] Last: It appears there is a specific fork of Tesseract for Android https:/... (by Niccolo)
|
Identify multiple generated buttons |
|
[2 replies] Last: @bchinfosieeuw, your question is basically why everyone will tell you ... (by Niccolo)
|
by cba
Weighted edges of a graph
|
|
[3 replies] Last: > I have tried making mst from given tree the mst of a tree is the tre... (by ne555)
|
Sorting Algorithms and Visual |
|
[1 reply] : Youtube has plenty of sorting visualizations: https://www.youtube.com/... (by Ganado)
|
by ashishgupt
Finding if binary matrix exists given the row and column sums
|
|
[1 reply] : Well that didn't take long to find. https://stackoverflow.com/question... (by salem c)
|
by ashwyn
Adding Nodes to an AVL Tree in C
|
|
[5 replies] Last: @ashwyn, In your procedure _balance() , what, if anything, are you do... (by lastchance)
|
by Bopaki
Learning to use eclipse C++
|
|
[5 replies] Last: Thank you all !!!! everything works fine today (by Bopaki)
|
by qann23
Exact function and Big-O of a segment of code.
|
|
[1 reply] : O(f(n)) counts worst case behavior; assume n = ∞. All you need to c... (by Duthomhas)
|
by parth1919
error while compiling.
|
|
[5 replies] Last: What do the errors say, exactly? Do they look like: In member funct... (by keskiverto)
|
by Deadweight77
Banking system
|
|
[9 replies] Last: Make sure the function and its declaration are BELOW the struct: st... (by zapshe)
|
by BboyCico
Return multiple value (1,2)
|
|
[22 replies] Last: Thank you for your answer, lastchance. (BboyCico, sorry for exploitin... (by Enoizat)
|
by suprax
Random Numbers won't sorted correctly
|
|
[6 replies] Last: Thanks a lot @nuderobmonkey! I'll deal with the code to understand ho... (by suprax)
|
by coderking
i am at the very very begginning of programming
|
|
[16 replies] Last: thanks guys it really means a lot to me thanks for the gaming advice m... (by coderking)
|
by xueyangwu
position of struct variable declaration and list initializer
|
|
[2 replies] Last: Code (1) is illegal simply because you can't do logic like making assi... (by Ganado)
|
by olyaMi
2d vector of different data types
|
|
[7 replies] Last: @lastchance, thank you for the idea! I might go for it. As to my init... (by olyaMi)
|
by WalterCC
Hi. OOP principles !
|
|
[2 replies] Last: I solve it thank you. I decided to only not put encapsulation in the p... (by WalterCC)
|
by coderking
not able to link two programs
|
|
[7 replies] Last: the answer is in your reply (by coderking)
|
by GonlyG
while(true) break executing but not other code
|
|
[1 reply] : In function 'int main()': 11:3: error: 'class std::vector<int>' has ... (by Ganado)
|
WM_LBUTTONDBLCLK strange behavior |
|
[6 replies] Last: @dutch I was thinking more of hdcx getting the return value of Beg... (by Niccolo)
|
by xueyangwu
printing three dimensional array
|
|
[3 replies] Last: http://www.cplusplus.com/forum/general/49079/#msg266703 The code in t... (by Duthomhas)
|