by jebin
i have wriiten a program and i have encountered errors which i couldnt solve
|
|
[3 replies] Last: Hello jebin, Welcome to the forum. It would be helpful if you would ... (by Handy Andy)
|
by skidmark
cannot convert from 'const char [5]' to 'char *'
|
|
[4 replies] Last: thanks all (by skidmark)
|
by Redstar6
making a Password with string, do,while, if and else
|
|
[7 replies] Last: Handy Andy (1353) Don`t worry i already fix it i change practically... (by Redstar6)
|
by MisterTams
Link errors with my Doubly Linked List Class Template?
|
|
[4 replies] Last: As @dhayden said you can put the code in a #include "DLLTemplate.i" ... (by globaltourist)
|
by tidematic
24 hour clock
|
|
[4 replies] Last: Here is your code with comments and code tags. See my comments below t... (by dhayden)
|
by streetighter
ROT13 encrypter help
|
|
[3 replies] Last: It takes a while to learn to read the error messages, but once you 'ge... (by jonnin)
|
by Sigge414
Printing text x times in one line?
|
|
[2 replies] Last: Woah! Thanks didn't expect this^^ (by Sigge414)
|
by Awillits
Simple compile time/cout error
|
|
[2 replies] Last: Ah, Thanks! I don't think ill forget this in the future. (by Awillits)
|
by Mount eerie
Make files and doxy files
|
|
[2 replies] Last: Read the introduction to GNU Make: https://www.gnu.org/software/make/ ... (by mbozzi)
|
by kaluhfornia
HELP? "Id returned 1 exit status"
|
|
[1 reply] : Check your spelling and remember that C++ is case sensitive 'A' is not... (by jlb)
|
by Innoox
Compare elements of the string.
|
|
[1 reply] : I need to get several numbers from the user and compare it. If you'r... (by jlb)
|
by Shishykish
Why is an exception thrown whilst removing a node from a doubly linked list?
|
|
[3 replies] Last: Hello, Since tidying up the switch statement in the main, I have bee... (by Shishykish)
|
Issues with a.out command |
|
[3 replies] Last: Repeater - Thanks very much. I knew the file was a .exe file but as th... (by mitchellleary)
|
by masterinex
how to run a polymorphic function within a polymorphic function ie doubledispatch
|
|
[9 replies] Last: isn't double dispatch mean running a polymorphic function inside a pol... (by masterinex)
|
by Shishykish
Why do I get errors whilst assigning pointers to a linked list?
|
|
[2 replies] Last: Hello, I have since renamed and reassigned them. It is working just ... (by Shishykish)
|
by cidex
Calculation problem
|
|
[6 replies] Last: Yep, modulus is definitely the way to go here. lastchance's code is ve... (by Ganado)
|
by ParadOx22
Need help with something.
|
|
[2 replies] Last: Thanks for the fast reply. (by ParadOx22)
|
Hello everyone |
|
[1 reply] : Welcome. If you have a C++ related question, just ask in one of the p... (by kbw)
|
by lelekos
Integers and EOF
|
|
[2 replies] Last: it works and thanks a lot also for the explanation! (by lelekos)
|
Sorry, can You help me to solve problem with getline in looping? |
|
[1 reply] : You have a number of issues. - Your code as presented seems to have u... (by lastchance)
|