by bhupesh123
compute numberOfseconds of week to date and week to month
|
|
[1 reply] : http://sscce.org/ Post the minimal main() and include files necessary... (by salem c)
|
by Violetzz
Sentinel didn't working
|
|
[7 replies] Last: wait, I can get the answer correctly now, hahahaha btw thank you for h... (by Violetzz)
|
convert array numbers from binary to octal |
|
[6 replies] Last: @seeplus thank you sooo much!!:) (by laura fidarova)
|
by jonnin
RLE Alogrithm with Integers
|
|
[2 replies] Last: I am saying I don't think your logic is correct. your code counts al... (by jonnin)
|
by ElleJay
inOrder Predecessor given node
|
|
[1 reply] : You're pretty close. BTNode* inOrderPredecessor(BTNode* node) { ... (by dutch)
|
adding array variables columns and rows |
|
[3 replies] Last: Thank you very much for your answer, dutch. I didn't reply sooner beca... (by closed account o35DwA7f)
|
by Carabus
Why cant I cout or ofstream my string arrays value
|
|
[14 replies] Last: Exactly (by Carabus)
|
please proofread the code to avoid memory leak |
|
[4 replies] Last: thank you all so much, i'll be taking notes!:) (by laura fidarova)
|
by sindhu05
Why does character input display a complete string if a string is entered?
|
|
[5 replies] Last: Also, how do I check if the user has entered a single character or mo... (by seeplus)
|
by yvez
Do-while loop displays 2 prompt at a time, please reply
|
|
[7 replies] Last: different styles... I prefer using std::cout; and similar. I find st... (by jonnin)
|
by DonnaPin
dynamic cast?
|
|
[10 replies] Last: @Repeater, that is both hilarious and sad. I've had to use reinterpr... (by deleted account xyzzy)
|
by izlezotfilma
Data structures
|
|
[2 replies] Last: Post a sample input file, preferably with expected output. (by dutch)
|
by runningbear
Pass by reference/Pass by value/Parameters/Functions
|
|
[5 replies] Last: Hello runningbear, When I tried to compile the program there was some... (by Handy Andy)
|
by karan wahla
class errror c++
|
|
[6 replies] Last: Default declaring Distsign 's sign data member to be private is g... (by deleted account xyzzy)
|
by seeplus
Code for search exam result by Name, Roll No., DOB, Mob. No
|
|
[no replies]
|
Phonebook multidimensional array from file? |
|
[4 replies] Last: If you need to use a 2d string array, then consider: #include <fstr... (by seeplus)
|
by Mif
Can a dll use another dll ?
|
|
[5 replies] Last: Okay I got it.. I have to link as I do with a normal .c file. In fac... (by Mif)
|
by yogagirl
help with code (adding if else...)
|
|
[6 replies] Last: srand() is usually placed at the beginning of main() and executed only... (by seeplus)
|
by chebyrek
Check my code, please!
|
|
[5 replies] Last: #include <random> #include <iostream> #include <algorithm> #include ... (by seeplus)
|
by ChesterPlus
Where is the Segmentation Fault?
|
|
[13 replies] Last: I've got a segfault at line 372 That's expected - as you're using c... (by seeplus)
|