User: bcb5082

  • Public profile

User profile: bcb5082

User info
User name:bcb5082
History
Joined:
Number of posts:5
Latest posts:

Finding Pi with an infinite series
thanks Bazzy, that fixed everything. i knew it was truncating, but i havent programmed in 4 months s...

Finding Pi with an infinite series
i 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 error
stringexam.cxx file: [code]#include <iostream> // Provides cin and cout #include "mystring.h"...

Segmentation fault (core dumped) run-time error
mystring.cxx file: [code]#include <iostream> #include <cstring> #include <cassert> #include <c...

This user does not accept Private Messages