........ |
|
[4 replies] Last: @macXnXcheese117 Please DON'T delete your posts after you've got your... (by MikeyBoy)
|
by waranthem
Help with family tree program
|
|
[15 replies] Last: I don't think it would be easy for the function displayWifeChildren (w... (by CPPAWhile)
|
by mikenaria
Text based game assignment where I randomly assign objects into an array
|
|
[4 replies] Last: Thanks for the information! I'm not quite sure why but when I run it I... (by mikenaria)
|
Help returning a instance out of scope! |
|
[2 replies] Last: delete tempStr.str; tempStr.str = new char[tempStr.cap]; If that ne... (by mbozzi)
|
by waranthem
Help with recursion sum
|
|
[3 replies] Last: [quote=waranthem]What exactly does n-n/2 do? Basically, n/2 will suff... (by lastchance)
|
by sonar87
Why Shortest path code not calculating distance to node 6?
|
|
[2 replies] Last: I guess because it was late and I was tired and for some reason just p... (by sonar87)
|
by chronasiton
Problem with Vector of vectors
|
|
[2 replies] Last: Thank you, i believe i may have it figured out now. I had a few syntax... (by chronasiton)
|
by Jmac21
Help With program using fork() system for child and parent process
|
|
[2 replies] Last: #include <stdio.h> #include<stdlib.h> #include <unistd.h> #includ... (by Jmac21)
|
by jolamiii
Adding the sum of the previous value, and continuing from there.
|
|
[2 replies] Last: I tried looking around and trying different things but it wouldn't wor... (by jolamiii)
|
by suchsen27
Help with this program?
|
|
[6 replies] Last: I have to use arrays and there is no sort function for arrays. How... (by Repeater)
|
deleting primitive and class types pointers. |
|
[1 reply] : What makes you think the int value isn't being deleted? What are you e... (by Repeater)
|
by blitz1244
Help with piping in c++
|
|
[1 reply] : Unix: pipe() https://www.freebsd.org/cgi/man.cgi?query=pipe&apropos=... (by JLBorges)
|
by sb99
How are these ints uninitialized?
|
|
[4 replies] Last: Ah I found the problem, it was so obvious lol. int points was calling ... (by sb99)
|
crashed during printing string reference. |
|
[4 replies] Last: std::string const& test() { static std::string name{ "Sandeep Poude... (by mbozzi)
|
by afedorov
Implement customer unique pointer
|
|
[1 reply] : Both number1 and number2 have the same problem. They are dangling poin... (by Peter87)
|
by abdullahjan
Write an algorithm that takes three integers and returns the smallest integer that is a multiple of all three integers.
|
|
[1 reply] : You are being asked to compute the Least Common Multiple. https://www.... (by Duthomhas)
|
by abc1
Time complexity O(nlogn)
|
|
[1 reply] : http://bigocheatsheet.com/ At least (B) is correct, because both heap... (by Ganado)
|
by helios
Cost of unnecessary virtual inheritance
|
|
[4 replies] Last: Darn. Thanks. (by helios)
|
by afedorov
Prevent pointer from modification.
|
|
[1 reply] : I want to disable ability to change pointer but allow to change the a... (by Ganado)
|
by Thesar
Overloading of dereferencer and node iterator
|
|
[3 replies] Last: I got it working woth the <> button, thank you. What it the differenc... (by Thesar)
|