Finding Pi with an infinite seriesthanks Bazzy, that fixed everything. i knew it was truncating, but i havent programmed in 4 months s...
Finding Pi with an infinite seriesi have to calculate pi by using the infinite series: pi = 4 - 4/3 + 4/5 - 4/7 + 4/9 - 4/11 .... ...
Linked List. Segmentation Fault![code] void list::remove_last() { list_node* cursor = head_node; list_node...
Segmentation fault (core dumped) run-time errorstringexam.cxx file: [code]#include <iostream> // Provides cin and cout #include "mystring.h"...
Segmentation fault (core dumped) run-time errormystring.cxx file: [code]#include <iostream> #include <cstring> #include <cassert> #include <c...
This user does not accept Private Messages