by a bad robot
Need assistance with never ending loop using ncurses and a doubly linked list
|
|
[1 reply] : [code firstline=113] while(temp != NULL) { //while the list exist... (by ne555)
|
by Mount eerie
Menu options
|
|
[3 replies] Last: you could use the boost::program_options library. It is easy to use, r... (by ericM)
|
by rmeade
BUILD FAILED exit value 2 error need help
|
|
[1 reply] : `PatientDemographicInformation::printPatientDemographicInformation()':... (by goldenchicken)
|
by Prodigee
String split
|
|
[2 replies] Last: First read the names into a string with fgets. Declare 3 strings for ... (by Thomas1965)
|
by dms99
Inputting spaces from cin?
|
|
[7 replies] Last: One way to do this is to use a for-loop to examine each character in t... (by Chervil)
|
by masterinex
using the default keyword
|
|
[6 replies] Last: bump (by masterinex)
|
by atita
crashes or doesn't work as intended
|
|
[12 replies] Last: Thank you so much. I followed your advise and managed to find all the... (by atita)
|
by ajh
Array Table issue
|
|
[1 reply] : To align fields in the output, use the manipulator std:setw to set t... (by JLBorges)
|
by masterinex
too many parameters for this operator function
|
|
[5 replies] Last: Consider use of the overloaded operator in: std::cout << my_book ... (by JLBorges)
|
by thistthatthe
A graph should be traversed
|
|
[no replies]
|
by jsbd29
Need Help C++ Data structure
|
|
[no replies]
|
by krreisys
Visual studio code not finding librarys
|
|
[3 replies] Last: Hello krreisys, I am not sure why you would have to recompile the ".d... (by Handy Andy)
|
by Elliander
Trying to use a linked list with ADT, but getting an unexpected error that I am unsure about
|
|
[3 replies] Last: class.cpp #include "class.h" #include "include.h" /* --- Begin T... (by Elliander)
|
by Cygwin
How could I initialize variables I want to input data in?
|
|
[1 reply] : There are so many errors in your code it's hard to know where to start... (by jlb)
|
by ericM
problem with polymorphism
|
|
[2 replies] Last: which is cool, I managed to understand your answer and use a less eleg... (by ericM)
|
by creaturenerf
So im a beginner to programming...
|
|
[4 replies] Last: Creating a game is a very complex process, that ofcourse if you mean 2... (by krreisys)
|
by masterinex
conversion problem
|
|
[1 reply] : The setX() function expects a parameter of type Coord <T> . But y... (by Chervil)
|
by mmayeda
How to convert strings into ints in C++?
|
|
[1 reply] : Hello mmayed, there are several ways you could change a string or cha... (by Handy Andy)
|
by DrZoidberg
Why does this work (COM & strings)?
|
|
[2 replies] Last: Thanks Peter87, you are correct. I should've thought of that (by DrZoidberg)
|
by sbcguard
Mixed mode
|
|
[3 replies] Last: [quote=helios ]Can we first define what "mixed code" means? Because th... (by Chervil)
|