by UsamaTahir
Error in Bubble Sort code
|
|
[5 replies] Last: this is what clang-format does for me for(i=0;i<size;i++) ; { ... (by ne555)
|
by Albuquerster
deallocate object COM
|
|
[3 replies] Last: that shouldn't compile then you cannot do T *ptr = new T*; it's eith... (by ne555)
|
by aceadams
error: no matching function for call to 'std::priority_queue<data>::push(int, int, int)'
|
|
[7 replies] Last: `<' is quite a small name, so when you do a < b it should be extreme... (by ne555)
|
by LakySimi1
How to make new arrays and recognize them?
|
|
[9 replies] Last: struct Tile { //... vector<Item> vItems; }; Tile g_map ; ... (by fewdiefie)
|
by fewdiefie
compiling some legacy code math library
|
|
[7 replies] Last: I would say that I feel comfortable coding 3d stuff, I have a deep und... (by fewdiefie)
|
by PoorBoiz
Converting a custom type
|
|
[3 replies] Last: > Note that this link suggests that private members can't be POD. that... (by ne555)
|
by julie2019
CppCast Episode: Professional CMake
|
|
[no replies]
|
by fewdiefie
Service Pack 4.0
|
|
[4 replies] Last: thank you so much for your help (by fewdiefie)
|
by volang
How do I start TLS socket
|
|
[3 replies] Last: > What do you suggest? I suggested libcurl. But if you want an OO'if... (by salem c)
|
by geming
Drawing Tablet C++ API ?
|
|
[2 replies] Last: Hi, I don't have the product in your post, but in Windows many drawing... (by Ganado)
|
by volang
Create socket and send SMTP mail
|
|
[3 replies] Last: Thanks Salem. I was missing the new lines (\r\n). (by volang)
|
by rjphares
Map Compare
|
|
[1 reply] : A few things. #1: You have a typo on line 10: std::map<< #2: Your ... (by Albatross)
|
by adam2016
Header files and symbol tables
|
|
[11 replies] Last: thanks dHayden :) I think it's also something as others said that I sh... (by adam2016)
|
by manish109
findind kth no for multiiples of three no set ...internship questn
|
|
[5 replies] Last: Work the problem backwards. Let's do a simple example. Suppose there... (by dhayden)
|
by frek
Analyse a C++ fanctor
|
|
[5 replies] Last: I got it, thank you. (by frek)
|
by herad
Problem while doing merge-sorting
|
|
[1 reply] : Well, this is the best time for you to use your debugging tools and fi... (by zapshe)
|
by anony12345
Combinatorics
|
|
[8 replies] Last: All question, zero effort. Looks like someone got tired of it all an... (by deleted account xyzzy)
|
by panitnany
error: no match for ‘operator>’
|
|
[2 replies] Last: OP's code, formatted and put into code tags: #include <fstream> #inc... (by Albatross)
|
by herad
Insert-sort a 2D Vector of characters
|
|
[7 replies] Last: You are passing the vector argument by value -- it will not modify the... (by Duthomhas)
|
by manish109
bitwise xor of n no...internship questn
|
|
[2 replies] Last: I'm going to copy-paste what I wrote for the other codechef problem in... (by Albatross)
|