by koma113
Which C++ library is prefect in solving non-linear set of equations with complex roots?
|
|
[4 replies] Last: or you could take the =0 away and try to see if you can solve them to ... (by jonnin)
|
by afedorov
De-referencing of heap object - is there a leak?
|
|
[2 replies] Last: to be fair, simply making getA return the correct pointer type fixes i... (by Cubbi)
|
Need to Delete letters in array that are repeated, having trouble with function |
|
[4 replies] Last: #include <iostream> #include <algorithm> #include <set> using namespa... (by lastchance)
|
by cryomick
Eclipse program crashing when connecting to MySQL Server
|
|
[2 replies] Last: I have checked this for the driver variable and it is not a null ptr. ... (by cryomick)
|
by afedorov
Object that is passed by reference isn't updated from original reference
|
|
[5 replies] Last: Thank you for this informative discussion @afedorov and @JLBorges. (by kindgnice)
|
by halfs
How long should it take a mid-level C++ programmer to write a TicTacToe program?
|
|
[3 replies] Last: > If I am tested in an interview to write a TicTacToe program with som... (by JLBorges)
|
by xfbs
C++ Iterators what am I doing wrong
|
|
[8 replies] Last: One big advantage of these iterator adaptors is that it reduces the nu... (by mbozzi)
|
by kada17
Segmentation fault when trying to sort strings from a text file.
|
|
[4 replies] Last: Actually, it was a silly mistake on my part. I have fixed the problem ... (by kada17)
|
by sonar87
Infix to postfix expression conversion
|
|
[1 reply] : I don't understand why you take a picture of the code instead of posti... (by Ganado)
|
by Rafiz
Mother-Class to controll objects, inheritance problem.
|
|
[5 replies] Last: Oh, I see. Didn't realize the thing about <cstddef>. But I am still on... (by Ganado)
|
by kindgnice
A code about calling, initializing vectors and classes
|
|
[16 replies] Last: Thank you very much @JLBorges, @Peter87, @dhayden for always sharing y... (by kindgnice)
|
by afedorov
Delete pointer of a class with pointer variables
|
|
[4 replies] Last: There is no separate memory allocation or deallocation for non-static... (by dhayden)
|
by jasongog24
Converting a Greek string of letters to all lower case
|
|
[no replies]
|
by eraggo
Minesweeper done in main() using SDL2
|
|
[no replies]
|
by NG99
c++ problem 2
|
|
[3 replies] Last: thank you. i understand (by NG99)
|
by NG99
c++ problem
|
|
[3 replies] Last: thank you your explanation. i understand. (by NG99)
|
by jono ava
Limited attempts error?
|
|
[4 replies] Last: I just said edit your post instead of double posting. I'm not sure ... (by Ganado)
|
by JUAN DENT
Attempting to define 2 different default constructors depending on template type
|
|
[5 replies] Last: > if in each instantiation only one of the 2 functions would be instan... (by JLBorges)
|
by CodeGoldden
C++ for beginner
|
|
[1 reply] : welcome! This isn't much of a social site, more of just a Q & A board.... (by jonnin)
|
by jono ava
C++ Btcn help
|
|
[11 replies] Last: They are different, but nonetheless you can compare them in their appl... (by Ganado)
|