by codeman95
void trimArray(const char *toTrim, char *newArray)
|
|
[1 reply] : try something like this. if(input == 0) return 0; //null pointer inpu... (by jonnin)
|
by COSC1436
String Help
|
|
[2 replies] Last: or putting that together you get: mystring = "#"; mystring += orig.sub... (by jonnin)
|
by YeetParadox
Single Player Battleship
|
|
[1 reply] : Start without the randomization. Start by trying to place a single sh... (by doug4)
|
by frek
Return from a vector and dereference it
|
|
[4 replies] Last: When you initialize p , vi has no contents, so vi.begin() is the sa... (by doug4)
|
by frek
How to get the user select a type
|
|
[7 replies] Last: [quote=frek]That is, for every data and function in ObT, we need its a... (by lastchance)
|
by frek
Get the value of binary tree nodes by iterators
|
|
[2 replies] Last: In the binary tree program, we have a class called btree which appar... (by frek)
|
by iiAlex
HELP PROJECT DUE IN AN HOUR
|
|
[17 replies] Last: What I meant was the 'result' is the same as size never begins with - ... (by Grime)
|
by H00G0
Interacting with a loop from outside its scope?
|
|
[13 replies] Last: What do you mean by it changes the local copy of thread A or B? Yes I ... (by jonnin)
|
If statement not working as intended |
|
[7 replies] Last: Resolved all issues, thread closed :). (by Yuripetrocchi)
|
Program gone haywire when user input is a character |
|
[2 replies] Last: Mmmm. > do scanf( "%c", &ch ) ; while( ch != '\n' ) ; Doesn't take in... (by salem c)
|
by laonvye
Switch case HW
|
|
[3 replies] Last: Please edit your post to put [cod e] tags around your code. ... (by salem c)
|
by mou541gf
The following program outputs a segmentation fault (core dumped). I need help figuring out what is wrong. Thanks in advance
|
|
[6 replies] Last: Thank you all for the hints you provided. The issue was resolved after... (by mou541gf)
|
by ashebynova
HOMEWORK HELP
|
|
[1 reply] : I placed the comments on your code to give you an idea. Please, note t... (by chicofeo)
|
by ashebynova
Do while help
|
|
[1 reply] : Have you learned about cin.ignore() yet? I placed it in your code with... (by chicofeo)
|
by ashebynova
RE-ENTRY HOMEWORK HELP
|
|
[1 reply] : To validate a negative input, I would use a while loop. For example, ... (by chicofeo)
|
by TomRyan12
Priority Queue with heap input string and int
|
|
[2 replies] Last: Do i declare this in main or in my header file? Also i don't use any f... (by TomRyan12)
|
by slothqueen
Help with Increment and User Input
|
|
[1 reply] : //int RolltheDice1; char RolltheDice1; (by ne555)
|
by Grooth
overloading << only prints out address
|
|
[1 reply] : I'm saddened that that even compiles for you, because you're trying to... (by Ganado)
|
by pxt
Random Number Generator Not Randomizing for Array
|
|
[1 reply] : In your code there are a lot of raw pointers where 'normal' variables ... (by Enoizat)
|
thread for member function of object in vector of unique_ptr |
|
[4 replies] Last: Oh, that makes sense now (by dudeawsomeness1)
|