by dopazoma
error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
|
|
[8 replies] Last: #include <cctype> #include <iostream> using namespace std; void func... (by lastchance)
|
Dragging circles |
|
[1 reply] : I am concerned that you are still struggling with this. I think you ar... (by Duthomhas)
|
by GonlyG
string .erase getting rid of vector element
|
|
[5 replies] Last: it has to emulate a circular array, but I'll try split (by GonlyG)
|
How to emulate a string with char array without oversizing? |
|
[5 replies] Last: These points come to mind on this subject: A few strings with over-al... (by Niccolo)
|
by PeterParis
Using endl
|
|
[6 replies] Last: BTW, you only need to use endl if it is important to make sure your ... (by Duthomhas)
|
by xueyangwu
pointers and string literals
|
|
[1 reply] : (1) The first element of "hello" is 'h'. (2) Using square brackets (w... (by Duthomhas)
|
by xueyangwu
pointer arithmetics and runtime error
|
|
[3 replies] Last: Why is that memory address invalid? Is it because I must declare the ... (by MikeyBoy)
|
by Bopaki
How can I solve this error
|
|
[2 replies] Last: Thanks its all sorted out (by Bopaki)
|
by Willogical
unusual linker error Portaudio
|
|
[12 replies] Last: I think what you are saying will contextualize itself better once I wr... (by Willogical)
|
by coderking
Doubt guys big doubt pls help
|
|
[5 replies] Last: Ey dutch! Thanks a lot for this link :) ...when all words fail (by MikeStgt)
|
by DenSilver
Stroustrup book problem with code example
|
|
[8 replies] Last: Enoizat, thank you! (by DenSilver)
|
Problem with sorting with the iterator. |
|
[7 replies] Last: #include <iostream> #include <vector> #include <algorithm> using name... (by lastchance)
|
by FreeSocks
Min cost, traveling group.
|
|
[1 reply] : Your opt() seems to be using 1-based arrays, and your main starts (cor... (by salem c)
|
by StephBeni5
Code not running past nested if to else
|
|
[3 replies] Last: I find lots of disagreement with Linus Torvalds, though one can't argu... (by Niccolo)
|
by sanjivraje
C++ Program using function overloading
|
|
[6 replies] Last: Thanks ne555 & lastchance for your inputs. They were very helpful. Aft... (by sanjivraje)
|
PLZ HELP EASY PSEUDOCODE |
|
[4 replies] Last: That looks right to me, but for a). Now, you need one for b) (by Niccolo)
|
by SilentXwing
Linear Search using a class
|
|
[4 replies] Last: Yes. It seems i added the data type int again when I should't have. Th... (by SilentXwing)
|
by gongong
sorting two-dimensions
|
|
[5 replies] Last: @gongong, if you compare using strcmp() then you will need only one ... (by anup30)
|
by kenken
Seeking advice on rational number class
|
|
[5 replies] Last: Suggestions: The denominator should never be negative: simplify() sho... (by Duthomhas)
|
by christianwos
Creating a 3D vector
|
|
[3 replies] Last: No problem. You’ll discover that the more you program, the more “A... (by Duthomhas)
|