Testing logs for C++

Running at Sat Aug 2 09:19:38 AM EDT 2025

Assignment 0

Assignment 1

Assignment 2

Assignment 3

Assignment 4

Assignment 5

Assignment 6

Assignment 7

Assignment 8

Assignment 9

Assignment 10

Assignment 11

Assignment 12

Assignment 13

Assignment 14

Assignment 15

Assignment 16

Assignment 17

Assignment 18

Assignment 19

Assignment 20

Assignment 21

Assignment 22

Assignment 23

Assignment 24

Assignment 25

Assignment 26

Assignment 27

Assignment 28

Assignment 29

Assignment 30

Assignment 31

Assignment 32

Assignment 33

Assignment 34

Assignment 35

Assignment 36

Assignment 37

Assignment 38

Assignment 39

Assignment 40

Assignment 41

Assignment 42

Assignment 43

Assignment 44

Assignment 45

Assignment 46

Assignment 47

Assignment 48

Assignment 49

Assignment 50

Assignment 51

Assignment 52

Assignment 53

Assignment 54

Assignment 55

Assignment 56

Assignment 57

Assignment 58

Assignment 59

Assignment 60

Assignment 61

Assignment 62

Assignment 63

Assignment 64

Assignment 65

Assignment 66

Assignment 67

Assignment 68

Assignment 69

Assignment 70

Assignment 71

Assignment 72

Assignment 73

Assignment 74

Assignment 75

Assignment 76

Assignment 77

Assignment 78

Assignment 79

Assignment 80

Assignment 81

Assignment 82

Assignment 83

Assignment 84

Assignment 85

Assignment 0 full log

Build Scaffold for Assignment 0

Compiling c++/ for assignment in ../assignmentdb/0-Setup/c++
rm Setup.o
rm Setup
rm: cannot remove 'Setup': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Setup.cpp -o Setup.o
g++ -o Setup Setup.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl 

Build Answer for Assignment 0

Compiling c++_answer/ for assignment in ../assignmentdb/0-Setup/c++_answer
rm Setup.o
rm Setup
rm: cannot remove 'Setup': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Setup.cpp -o Setup.o
g++ -o Setup Setup.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl 

Run Answer for Assignment 0

Guessing ./Setup is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/100/bridges_testing

Assignment 1 full log

Build Scaffold for Assignment 1

Compiling c++/ for assignment in ../assignmentdb/1-ListIMDB/c++
rm ListIMDB.o
rm ListIMDB
rm: cannot remove 'ListIMDB': No such file or directory
make: [Makefile:33: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c ListIMDB.cpp -o ListIMDB.o
g++ -o ListIMDB ListIMDB.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 1

Compiling c++_answer/ for assignment in ../assignmentdb/1-ListIMDB/c++_answer
rm ListIMDB.o
rm ListIMDB
rm: cannot remove 'ListIMDB': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c ListIMDB.cpp -o ListIMDB.o
g++ -o ListIMDB ListIMDB.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 1

Guessing ./ListIMDB is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/101/bridges_testing

Assignment 2 full log

Build Scaffold for Assignment 2

Compiling c++/ for assignment in ../assignmentdb/2-ListEQ/c++
rm ListEQ.o
rm ListEQ
rm: cannot remove 'ListEQ': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c ListEQ.cpp -o ListEQ.o
g++ -o ListEQ ListEQ.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 2

Compiling c++_answer/ for assignment in ../assignmentdb/2-ListEQ/c++_answer
rm ListEQ.o
rm ListEQ
rm: cannot remove 'ListEQ': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c ListEQ.cpp -o ListEQ.o
g++ -o ListEQ ListEQ.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 2

Guessing ./ListEQ is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/102/bridges_testing

Assignment 3 full log

Build Scaffold for Assignment 3

Compiling c++/ for assignment in ../assignmentdb/3-GraphBaconNumber/c++
rm GraphBaconNumber.o
rm GraphBaconNumber
rm: cannot remove 'GraphBaconNumber': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c GraphBaconNumber.cpp -o GraphBaconNumber.o
g++ -o GraphBaconNumber GraphBaconNumber.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 3

Compiling c++_answer/ for assignment in ../assignmentdb/3-GraphBaconNumber/c++_answer
rm GraphBaconNumber.o
rm GraphBaconNumber
rm: cannot remove 'GraphBaconNumber': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c GraphBaconNumber.cpp -o GraphBaconNumber.o
g++ -o GraphBaconNumber GraphBaconNumber.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 3

Guessing ./GraphBaconNumber is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/103/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/103/bridges_testing

Assignment 4 full log

Build Scaffold for Assignment 4

Compiling c++/ for assignment in ../assignmentdb/4-GraphEQ/c++
rm GraphEQ.o
rm GraphEQ
rm: cannot remove 'GraphEQ': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c GraphEQ.cpp -o GraphEQ.o
g++ -o GraphEQ GraphEQ.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 4

Compiling c++_answer/ for assignment in ../assignmentdb/4-GraphEQ/c++_answer
rm GraphEQ.o
rm GraphEQ
rm: cannot remove 'GraphEQ': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c GraphEQ.cpp -o GraphEQ.o
g++ -o GraphEQ GraphEQ.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 4

Guessing ./GraphEQ is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/104/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/104/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/104/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/104/bridges_testing

Assignment 5 full log

Build Scaffold for Assignment 5

Compiling c++/ for assignment in ../assignmentdb/5-BST_Earthquakes/c++
rm bst_eq.o
rm bst_eq
rm: cannot remove 'bst_eq': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c bst_eq.cpp -o bst_eq.o
g++ -o bst_eq bst_eq.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 5

Compiling c++_answer/ for assignment in ../assignmentdb/5-BST_Earthquakes/c++_answer
rm bst_eq.o
rm bst_eq
rm: cannot remove 'bst_eq': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c bst_eq.cpp -o bst_eq.o
g++ -o bst_eq bst_eq.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 5

Guessing ./bst_eq is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/105/bridges_testing

Assignment 6 full log

Build Scaffold for Assignment 6

Compiling c++/ for assignment in ../assignmentdb/6-GridSquareFill/c++
rm GridSquareFillSimple.o
rm SquareFill
rm: cannot remove 'SquareFill': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c GridSquareFillSimple.cpp -o GridSquareFillSimple.o
g++ -o SquareFill GridSquareFillSimple.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 6

Compiling c++_answer/ for assignment in ../assignmentdb/6-GridSquareFill/c++_answer
rm GridSquareFillSimple.o
rm SquareFill
rm: cannot remove 'SquareFill': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c GridSquareFillSimple.cpp -o GridSquareFillSimple.o
g++ -o SquareFill GridSquareFillSimple.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 6

Guessing ./SquareFill is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/106/bridges_testing

Assignment 7 full log

Build Scaffold for Assignment 7

Compiling c++/ for assignment in ../assignmentdb/7-GridLyrics/c++
rm GridLyrics.o
rm GridLyrics
rm: cannot remove 'GridLyrics': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c GridLyrics.cpp -o GridLyrics.o
g++ -o GridLyrics GridLyrics.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 7

Compiling c++_answer/ for assignment in ../assignmentdb/7-GridLyrics/c++_answer
rm GridLyrics.o
rm GridLyrics
rm: cannot remove 'GridLyrics': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c GridLyrics.cpp -o GridLyrics.o
g++ -o GridLyrics GridLyrics.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 7

Guessing ./GridLyrics is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/107/bridges_testing

Assignment 8 full log

Build Scaffold for Assignment 8

Compiling c++/ for assignment in ../assignmentdb/8-PQBook/c++
rm PQBook.o
rm PQBook
rm: cannot remove 'PQBook': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c PQBook.cpp -o PQBook.o
g++ -o PQBook PQBook.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 8

Compiling c++_answer/ for assignment in ../assignmentdb/8-PQBook/c++_answer
rm PQBook.o
rm PQBook
rm: cannot remove 'PQBook': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c PQBook.cpp -o PQBook.o
g++ -o PQBook PQBook.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 8

Guessing ./PQBook is the right binary file where main is

Within 1
fairest 1
foe 1
lies 1
with 1
thou 1
famine 1
beauty's 1
glutton 1
this 1
else 1
art 1
Feed'st 1
be 1
herald 1
now 1
cruel 1
die 1
too 1
we 1
to 3
to 3
to 2
should 1
And 2
thine 2
And 2
a 1
eyes 1
thine 2
world 1
niggarding 1
sweet 1
fuel 1
light's 1
content 1
ornament 1
bright 1
abundance 1
flame 1
increase 1
and 1
Making 1
decease 1
in 1
thy 4
thy 4
thy 3
thy 2
But 2
But 2
own 2
own 2
time 1
grave 1
only 1
bear 1
riper 1
never 1
due 1
churl 1
contracted 1
waste 1
memory 1
fresh 1
thereby 1
by 2
or 1
self 2
self 2
self-substantial 1
by 2
buriest 1
Thy 1
From 1
tender 2
that 1
tender 2
To 1
as 1
rose 1
creatures 1
world's 2
mak'st 1
world's 2
the 6
the 6
the 5
Pity 1
the 4
the 3
heir 1
the 2
eat 1
bud 1
where 1
His 1
thee 1
spring 1
gaudy 1
might 2
might 2
That 1
Thou 1
his 1
desire 1
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/108/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/108/bridges_testing

1 Within
1 fairest
1 lies
1 beauty's
1 now
1 niggarding
1 memory
1 where
1 as
1 should
1 flame
1 Thou
1 only
1 art
1 we
1 content
1 or
1 gaudy
1 mak'st
1 a
1 decease
1 due
1 heir
1 thou
1 this
1 die
1 fuel
1 thereby
1 thee
1 creatures
1 and
1 Thy
1 desire
1 riper
1 be
1 bright
1 time
1 contracted
1 eat
1 foe
1 with
1 glutton
1 cruel
1 sweet
1 fresh
1 His
1 rose
1 increase
1 buriest
1 his
1 bear
1 Pity
1 Feed'st
1 ornament
1 eyes
1 in
1 that
1 churl
1 famine
1 else
1 too
1 light's
1 spring
1 Making
1 From
1 never
1 herald
1 abundance
1 self-substantial
1 That
1 grave
1 world
1 To
1 waste
1 bud
2 by
2 own
2 tender
2 But
2 thine
2 self
2 might
2 tender
2 thine
2 thy
2 And
2 self
2 might
2 own
2 world's
2 the
2 by
2 But
2 world's
2 And
2 to
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/108/bridges_testing

Assignment 9 full log

Build Scaffold for Assignment 9

Compiling c++/ for assignment in ../assignmentdb/9-ShortestPathOSM/c++
rm osm.o
rm ShortestPathOSM
rm: cannot remove 'ShortestPathOSM': No such file or directory
make: [Makefile:33: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c osm.cpp -o osm.o
g++ -o ShortestPathOSM osm.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 9

Compiling c++_answer/ for assignment in ../assignmentdb/9-ShortestPathOSM/c++_answer
rm osm.o
rm ShortestPathOSM
rm: cannot remove 'ShortestPathOSM': No such file or directory
make: [Makefile:34: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c osm.cpp -o osm.o
g++ -o ShortestPathOSM osm.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 9

Guessing ./ShortestPathOSM is the right binary file where main is

6982
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/109/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/109/bridges_testing

Assignment 10 full log

Build Scaffold for Assignment 10

Compiling c++/ for assignment in ../assignmentdb/10-HurricaneTracker/c++
rm hurricane.o main.o
rm Hurricane
rm: cannot remove 'Hurricane': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c hurricane.cpp -o hurricane.o
hurricane.cpp: In member function ‘int Hurricane::getCategory()’:
hurricane.cpp:24:1: warning: no return statement in function returning non-void [-Wreturn-type]
   24 | }
      | ^
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c main.cpp -o main.o
g++ -o Hurricane hurricane.o main.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 10

Compiling c++_answer/ for assignment in ../assignmentdb/10-HurricaneTracker/c++_answer
rm hurricane.o main.o
rm Hurricane
rm: cannot remove 'Hurricane': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c hurricane.cpp -o hurricane.o
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c main.cpp -o main.o
g++ -o Hurricane hurricane.o main.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 10

Guessing ./Hurricane is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/110/bridges_testing

Assignment 11 full log

Build Scaffold for Assignment 11

Compiling c++/ for assignment in ../assignmentdb/11-2048Game/c++
rm 2048.o
rm 2048
rm: cannot remove '2048': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c 2048.cpp -o 2048.o
2048.cpp: In member function ‘Vector2 Game2048::randomOpenTile()’:
2048.cpp:69:5: warning: no return statement in function returning non-void [-Wreturn-type]
   69 |     }
      |     ^
2048.cpp: In member function ‘Tile* Game2048::tileAt(Vector2)’:
2048.cpp:74:5: warning: no return statement in function returning non-void [-Wreturn-type]
   74 |     }
      |     ^
g++ -o 2048 2048.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 11

Compiling c++_answer/ for assignment in ../assignmentdb/11-2048Game/c++_answer
rm 2048.o
rm 2048
rm: cannot remove '2048': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c 2048.cpp -o 2048.o
g++ -o 2048 2048.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 11

Guessing ./2048 is the right binary file where main is

[2025-08-02 09:21:42] [connect] Successful connection
[2025-08-02 09:21:42] [connect] WebSocket Connection 172.67.170.217:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754140902 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/111/bridges_testing

[2025-08-02 09:21:42] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 12 full log

Build Scaffold for Assignment 12

Compiling c++/ for assignment in ../assignmentdb/12-AStarMaze/c++
rm pathfinder.o
rm AStarMaze
rm: cannot remove 'AStarMaze': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c pathfinder.cpp -o pathfinder.o
g++ -o AStarMaze pathfinder.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 12

Compiling c++_answer/ for assignment in ../assignmentdb/12-AStarMaze/c++_answer
rm pathfinder.o
rm AStarMaze
rm: cannot remove 'AStarMaze': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c pathfinder.cpp -o pathfinder.o
g++ -o AStarMaze pathfinder.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 12

Guessing ./AStarMaze is the right binary file where main is

[2025-08-02 09:21:52] [connect] Successful connection
[2025-08-02 09:21:52] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754140912 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/112/bridges_testing

[2025-08-02 09:21:52] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 13 full log

Build Scaffold for Assignment 13

Compiling c++/ for assignment in ../assignmentdb/13-InfiniteRunner/c++
rm runner.o
rm InfiniteRunner
rm: cannot remove 'InfiniteRunner': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c runner.cpp -o runner.o
g++ -o InfiniteRunner runner.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 13

Compiling c++_answer/ for assignment in ../assignmentdb/13-InfiniteRunner/c++_answer
rm runner.o
rm InfiniteRunner
rm: cannot remove 'InfiniteRunner': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c runner.cpp -o runner.o
g++ -o InfiniteRunner runner.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 13

Guessing ./InfiniteRunner is the right binary file where main is

[2025-08-02 09:22:03] [connect] Successful connection
[2025-08-02 09:22:04] [connect] WebSocket Connection 172.67.170.217:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754140923 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/113/bridges_testing

[2025-08-02 09:22:04] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 14 full log

Build Scaffold for Assignment 14

Compiling c++/ for assignment in ../assignmentdb/14-SpreadingFire/c++
rm SpreadingFire.o
rm SpreadingFire
rm: cannot remove 'SpreadingFire': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c SpreadingFire.cpp -o SpreadingFire.o
g++ -o SpreadingFire SpreadingFire.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 14

Compiling c++_answer/ for assignment in ../assignmentdb/14-SpreadingFire/c++_answer
rm SpreadingFire.o
rm SpreadingFire
rm: cannot remove 'SpreadingFire': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c SpreadingFire.cpp -o SpreadingFire.o
g++ -o SpreadingFire SpreadingFire.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 14

Guessing ./SpreadingFire is the right binary file where main is

[2025-08-02 09:22:15] [connect] Successful connection
[2025-08-02 09:22:15] [connect] WebSocket Connection 172.67.170.217:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754140935 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/0/bridges_testing

[2025-08-02 09:22:15] [error] handle_read_frame error: asio.system:104 (Connection reset by peer)
reconnect...
[2025-08-02 09:22:15] [disconnect] Disconnect close local:[1006,Connection reset by peer] remote:[1006]
Error: No active session

Assignment 15 full log

Build Scaffold for Assignment 15

Compiling c++/ for assignment in ../assignmentdb/15-FallingSand/c++
rm FallingSand.o
rm FallingSand
rm: cannot remove 'FallingSand': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c FallingSand.cpp -o FallingSand.o
g++ -o FallingSand FallingSand.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 15

Compiling c++_answer/ for assignment in ../assignmentdb/15-FallingSand/c++_answer
rm FallingSand.o
rm FallingSand
rm: cannot remove 'FallingSand': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c FallingSand.cpp -o FallingSand.o
g++ -o FallingSand FallingSand.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 15

Guessing ./FallingSand is the right binary file where main is

[2025-08-02 09:22:23] [connect] Successful connection
[2025-08-02 09:22:23] [connect] WebSocket Connection 172.67.170.217:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754140943 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/115/bridges_testing

[2025-08-02 09:22:24] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 16 full log

Build Scaffold for Assignment 16

Compiling c++/ for assignment in ../assignmentdb/16-ImagePuzzle/c++
rm whodunit.o image.o
rm ImagePuzzle
rm: cannot remove 'ImagePuzzle': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c whodunit.cpp -o whodunit.o
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c image.cpp -o image.o
g++ -o ImagePuzzle whodunit.o image.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 16

Compiling c++_answer/ for assignment in ../assignmentdb/16-ImagePuzzle/c++_answer
rm ImagePuzzle.o image.o
rm ImagePuzzle
rm: cannot remove 'ImagePuzzle': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c ImagePuzzle.cpp -o ImagePuzzle.o
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c image.cpp -o image.o
g++ -o ImagePuzzle ImagePuzzle.o image.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 16

Guessing ./ImagePuzzle is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/116/bridges_testing

Assignment 17 full log

Build Scaffold for Assignment 17

Compiling c++/ for assignment in ../assignmentdb/17-ControlsTutorial/c++
rm Controls_Tutorial.o
rm ControlsTutorial
rm: cannot remove 'ControlsTutorial': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Controls_Tutorial.cpp -o Controls_Tutorial.o
g++ -o ControlsTutorial Controls_Tutorial.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 17

Compiling c++_answer/ for assignment in ../assignmentdb/17-ControlsTutorial/c++_answer
rm Controls_Tutorial.o
rm ControlsTutorial
rm: cannot remove 'ControlsTutorial': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Controls_Tutorial.cpp -o Controls_Tutorial.o
g++ -o ControlsTutorial Controls_Tutorial.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 17

Guessing ./ControlsTutorial is the right binary file where main is

[2025-08-02 09:22:40] [connect] Successful connection
[2025-08-02 09:22:40] [connect] WebSocket Connection 172.67.170.217:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754140960 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/117/bridges_testing

[2025-08-02 09:22:41] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 18 full log

Build Scaffold for Assignment 18

Compiling c++/ for assignment in ../assignmentdb/18-ControlsTutorialTwo/c++
rm Controls_Tutorial2.o
rm ControlTutorial2
rm: cannot remove 'ControlTutorial2': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Controls_Tutorial2.cpp -o Controls_Tutorial2.o
g++ -o ControlTutorial2 Controls_Tutorial2.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 18

Compiling c++_answer/ for assignment in ../assignmentdb/18-ControlsTutorialTwo/c++_answer
rm Controls_Tutorial2.o
rm ControlsTutorial2
rm: cannot remove 'ControlsTutorial2': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Controls_Tutorial2.cpp -o Controls_Tutorial2.o
g++ -o ControlsTutorial2 Controls_Tutorial2.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 18

Guessing ./ControlsTutorial2 is the right binary file where main is

[2025-08-02 09:22:51] [connect] Successful connection
[2025-08-02 09:22:51] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754140971 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/0/bridges_testing

[2025-08-02 09:22:52] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 19 full log

Build Scaffold for Assignment 19

Compiling c++/ for assignment in ../assignmentdb/19-Bugstomp/c++
rm BugStomp.o
rm BugStomp
rm: cannot remove 'BugStomp': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c BugStomp.cpp -o BugStomp.o
BugStomp.cpp: In member function ‘bool my_game::overlap(int*, int*)’:
BugStomp.cpp:44:3: warning: no return statement in function returning non-void [-Wreturn-type]
   44 |   }
      |   ^
g++ -o BugStomp BugStomp.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 19

Compiling c++_answer/ for assignment in ../assignmentdb/19-Bugstomp/c++_answer
rm BugStomp.o
rm BugStomp
rm: cannot remove 'BugStomp': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c BugStomp.cpp -o BugStomp.o
g++ -o BugStomp BugStomp.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 19

Guessing ./BugStomp is the right binary file where main is

[2025-08-02 09:23:01] [connect] Successful connection
[2025-08-02 09:23:01] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754140981 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/119/bridges_testing

[2025-08-02 09:23:02] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 20 full log

Build Scaffold for Assignment 20

Compiling c++/ for assignment in ../assignmentdb/20-Minesweeper/c++
rm minesweeper.o
rm Minesweeper
rm: cannot remove 'Minesweeper': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c minesweeper.cpp -o minesweeper.o
g++ -o Minesweeper minesweeper.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 20

Compiling c++_answer/ for assignment in ../assignmentdb/20-Minesweeper/c++_answer
rm minesweeper.o
rm Minesweeper
rm: cannot remove 'Minesweeper': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c minesweeper.cpp -o minesweeper.o
g++ -o Minesweeper minesweeper.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 20

Guessing ./Minesweeper is the right binary file where main is

[2025-08-02 09:23:12] [connect] Successful connection
[2025-08-02 09:23:12] [connect] WebSocket Connection 172.67.170.217:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754140992 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/120/bridges_testing

[2025-08-02 09:23:12] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 21 full log

Build Scaffold for Assignment 21

Compiling c++/ for assignment in ../assignmentdb/21-RaceCar/c++
rm RaceCar.o
rm RaceCar
rm: cannot remove 'RaceCar': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c RaceCar.cpp -o RaceCar.o
g++ -o RaceCar RaceCar.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 21

Compiling c++_answer/ for assignment in ../assignmentdb/21-RaceCar/c++_answer
rm RaceCar.o
rm RaceCar
rm: cannot remove 'RaceCar': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c RaceCar.cpp -o RaceCar.o
g++ -o RaceCar RaceCar.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 21

Guessing ./RaceCar is the right binary file where main is

[2025-08-02 09:23:22] [connect] Successful connection
[2025-08-02 09:23:22] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141002 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/121/bridges_testing

[2025-08-02 09:23:23] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 22 full log

Build Scaffold for Assignment 22

Compiling c++/ for assignment in ../assignmentdb/22-Snake/c++
rm Snake.o
rm Snake
rm: cannot remove 'Snake': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Snake.cpp -o Snake.o
g++ -o Snake Snake.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 22

Compiling c++_answer/ for assignment in ../assignmentdb/22-Snake/c++_answer
rm Snake.o
rm Snake
rm: cannot remove 'Snake': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Snake.cpp -o Snake.o
g++ -o Snake Snake.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 22

Guessing ./Snake is the right binary file where main is

[2025-08-02 09:23:33] [connect] Successful connection
[2025-08-02 09:23:33] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141013 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/0/bridges_testing

[2025-08-02 09:23:34] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 23 full log

Build Scaffold for Assignment 23

Compiling c++/ for assignment in ../assignmentdb/23-MountainPaths/c++
rm mnt_path.o
rm MountainPath
rm: cannot remove 'MountainPath': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c mnt_path.cpp -o mnt_path.o
g++ -o MountainPath mnt_path.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 23

Compiling c++_answer/ for assignment in ../assignmentdb/23-MountainPaths/c++_answer
rm mnt_path.o
rm MountainPath
rm: cannot remove 'MountainPath': No such file or directory
make: [Makefile:33: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c mnt_path.cpp -o mnt_path.o
g++ -o MountainPath mnt_path.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -lbridges 

Run Answer for Assignment 23

Guessing ./MountainPath is the right binary file where main is

Elevation URL:http://elevation-data.bridgesuncc.org/elevation?minLon=86.000000&minLat=28.000000&maxLon=92.000000&maxLat=24.000000&resX=0.000000&resY=0.000000
240,360
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/123/bridges_testing

Assignment 24 full log

Build Scaffold for Assignment 24

Compiling c++/ for assignment in ../assignmentdb/24-ImageCompressionKdTree/c++
rm kdt_image.o
rm KdTree
rm: cannot remove 'KdTree': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c kdt_image.cpp -o kdt_image.o
g++ -o KdTree kdt_image.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 24

Compiling c++_answer/ for assignment in ../assignmentdb/24-ImageCompressionKdTree/c++_answer
rm kdt_image.o
rm KdTree
rm: cannot remove 'KdTree': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c kdt_image.cpp -o kdt_image.o
g++ -o KdTree kdt_image.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 24

Guessing ./KdTree is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/124/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/124/bridges_testing

Assignment 25 full log

Build Scaffold for Assignment 25

Compiling c++/ for assignment in ../assignmentdb/25-Patterns/c++
rm pattern.o
rm Patterns
rm: cannot remove 'Patterns': No such file or directory
make: [Makefile:33: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c pattern.cpp -o pattern.o
g++ -o Patterns pattern.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 25

Compiling c++_answer/ for assignment in ../assignmentdb/25-Patterns/c++_answer
rm pattern.o
rm Patterns
rm: cannot remove 'Patterns': No such file or directory
make: [Makefile:33: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c pattern.cpp -o pattern.o
g++ -o Patterns pattern.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 25

Guessing ./Patterns is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/125/bridges_testing

Assignment 26 full log

Build Scaffold for Assignment 26

Compiling c++/ for assignment in ../assignmentdb/26-TowersOfHanoi/c++
rm toh.o
rm TowersOfHanoi
rm: cannot remove 'TowersOfHanoi': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c toh.cpp -o toh.o
g++ -o TowersOfHanoi toh.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 26

Compiling c++_answer/ for assignment in ../assignmentdb/26-TowersOfHanoi/c++_answer
rm toh.o
rm TowersOfHanoi
rm: cannot remove 'TowersOfHanoi': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c toh.cpp -o toh.o
g++ -o TowersOfHanoi toh.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 26

Guessing ./TowersOfHanoi is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/126/bridges_testing

Assignment 27 full log

Build Scaffold for Assignment 27

Compiling c++/ for assignment in ../assignmentdb/27-GameGridBasic/c++
rm SmileyFace.o
rm SmileyFace
rm: cannot remove 'SmileyFace': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c SmileyFace.cpp -o SmileyFace.o
g++ -o SmileyFace SmileyFace.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 27

Compiling c++_answer/ for assignment in ../assignmentdb/27-GameGridBasic/c++_answer
rm SmileyFace.o
rm SmileyFace
rm: cannot remove 'SmileyFace': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c SmileyFace.cpp -o SmileyFace.o
g++ -o SmileyFace SmileyFace.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 27

Guessing ./SmileyFace is the right binary file where main is

[2025-08-02 09:24:18] [connect] Successful connection
[2025-08-02 09:24:18] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141058 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/127/bridges_testing

[2025-08-02 09:24:19] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 28 full log

Build Scaffold for Assignment 28

Compiling c++/ for assignment in ../assignmentdb/28-BigOhMatters/c++
rm Complexity.o
rm BigOhMatters
rm: cannot remove 'BigOhMatters': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Complexity.cpp -o Complexity.o
g++ -o BigOhMatters Complexity.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 28

Compiling c++_answer/ for assignment in ../assignmentdb/28-BigOhMatters/c++_answer
rm Complexity.o
rm BigOhMatters
rm: cannot remove 'BigOhMatters': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Complexity.cpp -o Complexity.o
g++ -o BigOhMatters Complexity.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 28

Guessing ./BigOhMatters is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/128/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/128/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/128/bridges_testing

Assignment 29 full log

Build Scaffold for Assignment 29

Compiling c++/ for assignment in ../assignmentdb/29-SortingBenchmark/c++
rm SortingBenchmark.o
rm SortingBenchmark
rm: cannot remove 'SortingBenchmark': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c SortingBenchmark.cpp -o SortingBenchmark.o
g++ -o SortingBenchmark SortingBenchmark.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 29

Compiling c++_answer/ for assignment in ../assignmentdb/29-SortingBenchmark/c++_answer
rm SortingBenchmark.o
rm SortingBenchmark
rm: cannot remove 'SortingBenchmark': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -O3 -c SortingBenchmark.cpp -o SortingBenchmark.o
g++ -o SortingBenchmark SortingBenchmark.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 29

Guessing ./SortingBenchmark is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/129/bridges_testing

Assignment 30 full log

Build Scaffold for Assignment 30

assignment 30 has no c++ directory

Build Answer for Assignment 30

Compiling c++_answer/ for assignment in ../assignmentdb/30-TemporalBaconNumber/c++_answer
rm wikidata_actor.o
rm TemporalBaconNumber
rm: cannot remove 'TemporalBaconNumber': No such file or directory
make: [Makefile:31: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c wikidata_actor.cpp -o wikidata_actor.o
g++ -o TemporalBaconNumber wikidata_actor.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 30

Guessing ./TemporalBaconNumber is the right binary file where main is

*****Alarm clock
could not run c++_answer for assignment in ../assignmentdb/30-TemporalBaconNumber/c++_answer

Assignment 31 full log

Build Scaffold for Assignment 31

assignment 31 has no c++ directory

Build Answer for Assignment 31

Compiling c++_answer/ for assignment in ../assignmentdb/31-TemporalPageRank/c++_answer
rm wikidata_actor.o
rm TemporalPageRank
rm: cannot remove 'TemporalPageRank': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c wikidata_actor.cpp -o wikidata_actor.o
g++ -o TemporalPageRank wikidata_actor.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 31

Guessing ./TemporalPageRank is the right binary file where main is

Alarm clock
could not run c++_answer for assignment in ../assignmentdb/31-TemporalPageRank/c++_answer

Assignment 32 full log

Build Scaffold for Assignment 32

Compiling c++/ for assignment in ../assignmentdb/32-TicTacToe/c++
rm tic_tac_toe_scaffold.o
rm TicTacToe
rm: cannot remove 'TicTacToe': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c tic_tac_toe_scaffold.cpp -o tic_tac_toe_scaffold.o
tic_tac_toe_scaffold.cpp: In member function ‘bool my_game::legalMove(int)’:
tic_tac_toe_scaffold.cpp:73:3: warning: no return statement in function returning non-void [-Wreturn-type]
   73 |   }
      |   ^
tic_tac_toe_scaffold.cpp: In member function ‘bool my_game::gameOver()’:
tic_tac_toe_scaffold.cpp:83:3: warning: no return statement in function returning non-void [-Wreturn-type]
   83 |   }
      |   ^
g++ -o TicTacToe tic_tac_toe_scaffold.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 32

Compiling c++_answer/ for assignment in ../assignmentdb/32-TicTacToe/c++_answer
rm tic_tac_toe.o
rm TicTacToe
rm: cannot remove 'TicTacToe': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c tic_tac_toe.cpp -o tic_tac_toe.o
g++ -o TicTacToe tic_tac_toe.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 32

Guessing ./TicTacToe is the right binary file where main is

[2025-08-02 09:29:31] [connect] Successful connection
[2025-08-02 09:29:31] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141371 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/132/bridges_testing

[2025-08-02 09:29:32] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 33 full log

Build Scaffold for Assignment 33

Compiling c++/ for assignment in ../assignmentdb/33-AudioMixing/c++
rm AudioMixing.o
rm AudioMixing
rm: cannot remove 'AudioMixing': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c AudioMixing.cpp -o AudioMixing.o
g++ -o AudioMixing AudioMixing.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 33

Compiling c++_answer/ for assignment in ../assignmentdb/33-AudioMixing/c++_answer
rm AudioMixing.o
rm AudioMixing
rm: cannot remove 'AudioMixing': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c AudioMixing.cpp -o AudioMixing.o
g++ -o AudioMixing AudioMixing.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 33

Guessing ./AudioMixing is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/133/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/133/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/133/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/133/bridges_testing

Assignment 34 full log

Build Scaffold for Assignment 34

Compiling c++/ for assignment in ../assignmentdb/34-GameTutorials/c++
rm GameTutorial.o
rm GameTutorial
rm: cannot remove 'GameTutorial': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c GameTutorial.cpp -o GameTutorial.o
g++ -o GameTutorial GameTutorial.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 34

Compiling c++_answer/ for assignment in ../assignmentdb/34-GameTutorials/c++_answer
rm GameTutorial.o
rm GameTutorial
rm: cannot remove 'GameTutorial': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c GameTutorial.cpp -o GameTutorial.o
g++ -o GameTutorial GameTutorial.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 34

Guessing ./GameTutorial is the right binary file where main is

[2025-08-02 09:29:49] [connect] Successful connection
[2025-08-02 09:29:49] [connect] WebSocket Connection 172.67.170.217:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141389 101
Size:10,10
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/134/bridges_testing

[2025-08-02 09:29:50] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 35 full log

Build Scaffold for Assignment 35

Compiling c++/ for assignment in ../assignmentdb/35-ConnectFour/c++
rm connect4.o
rm connect4
rm: cannot remove 'connect4': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c connect4.cpp -o connect4.o
g++ -o connect4 connect4.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 35

Compiling c++_answer/ for assignment in ../assignmentdb/35-ConnectFour/c++_answer
rm connect4.o
rm connect4
rm: cannot remove 'connect4': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c connect4.cpp -o connect4.o
g++ -o connect4 connect4.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 35

Guessing ./connect4 is the right binary file where main is

[2025-08-02 09:30:00] [connect] Successful connection
[2025-08-02 09:30:00] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141400 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/135/bridges_testing

[2025-08-02 09:30:00] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 36 full log

Build Scaffold for Assignment 36

Compiling c++/ for assignment in ../assignmentdb/36-Pong/c++
rm pong.o
rm pong
rm: cannot remove 'pong': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c pong.cpp -o pong.o
g++ -o pong pong.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 36

Compiling c++_answer/ for assignment in ../assignmentdb/36-Pong/c++_answer
rm pong.o
rm pong
rm: cannot remove 'pong': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c pong.cpp -o pong.o
g++ -o pong pong.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 36

Guessing ./pong is the right binary file where main is

[2025-08-02 09:30:10] [connect] Successful connection
[2025-08-02 09:30:10] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141410 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/136/bridges_testing

[2025-08-02 09:30:11] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 37 full log

Build Scaffold for Assignment 37

Compiling c++/ for assignment in ../assignmentdb/37-SubsamplingBitdepth/c++
rm bitDepth.o
rm bitDepth
rm: cannot remove 'bitDepth': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c bitDepth.cpp -o bitDepth.o
g++ -o bitDepth bitDepth.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 37

Compiling c++_answer/ for assignment in ../assignmentdb/37-SubsamplingBitdepth/c++_answer
rm bitDepth.o
rm bitDepth
rm: cannot remove 'bitDepth': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c bitDepth.cpp -o bitDepth.o
g++ -o bitDepth bitDepth.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 37

Guessing ./bitDepth is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/137/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/137/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/137/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/137/bridges_testing

Assignment 38 full log

Build Scaffold for Assignment 38

Compiling c++/ for assignment in ../assignmentdb/38-GeologicalSurvey/c++
rm geological_survey.o
rm geological_survey
rm: cannot remove 'geological_survey': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c geological_survey.cpp -o geological_survey.o
g++ -o geological_survey geological_survey.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 38

Compiling c++_answer/ for assignment in ../assignmentdb/38-GeologicalSurvey/c++_answer
rm geological_survey.o
rm geological_survey
rm: cannot remove 'geological_survey': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c geological_survey.cpp -o geological_survey.o
g++ -o geological_survey geological_survey.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 38

Guessing ./geological_survey is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/138/bridges_testing

Assignment 39 full log

Build Scaffold for Assignment 39

assignment 39 has no c++ directory

Build Answer for Assignment 39

Compiling c++_answer/ for assignment in ../assignmentdb/39-BookDistance/c++_answer
rm BookDistance.o
rm book_analysis
rm: cannot remove 'book_analysis': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c BookDistance.cpp -o BookDistance.o
g++ -o book_analysis BookDistance.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 39

Guessing ./book_analysis is the right binary file where main is

Querying Mark Twain
http://gutenberg-data.bridgesuncc.org//search?search=Mark%20Twain&type=author
Querying Shakespeare, William
http://gutenberg-data.bridgesuncc.org//search?search=Shakespeare%2C%20William&type=author
Querying Dickens, Charles
http://gutenberg-data.bridgesuncc.org//search?search=Dickens%2C%20Charles&type=author
Querying Homer
http://gutenberg-data.bridgesuncc.org//search?search=Homer&type=author
Computing distances between 80 books..
Alarm clock
could not run c++_answer for assignment in ../assignmentdb/39-BookDistance/c++_answer

Assignment 40 full log

Build Scaffold for Assignment 40

Compiling c++/ for assignment in ../assignmentdb/40-ImageProcessing/c++
rm ImageProcess.o
rm ImageProcess
rm: cannot remove 'ImageProcess': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c ImageProcess.cpp -o ImageProcess.o
g++ -o ImageProcess ImageProcess.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 40

Compiling c++_answer/ for assignment in ../assignmentdb/40-ImageProcessing/c++_answer
rm ImageProcess.o
rm ImageProcess
rm: cannot remove 'ImageProcess': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c ImageProcess.cpp -o ImageProcess.o
g++ -o ImageProcess ImageProcess.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 40

Guessing ./ImageProcess is the right binary file where main is

width,height, maxval:1038,807,255
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/140/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/140/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/140/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/140/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/140/bridges_testing

width,height, maxval:512,512,255
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/140/bridges_testing

Assignment 41 full log

Build Scaffold for Assignment 41

Compiling c++/ for assignment in ../assignmentdb/41-SpaceInvaders/c++
rm SpaceInvaders.o
rm SpaceInvaders
rm: cannot remove 'SpaceInvaders': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c SpaceInvaders.cpp -o SpaceInvaders.o
g++ -o SpaceInvaders SpaceInvaders.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 41

Compiling c++_answer/ for assignment in ../assignmentdb/41-SpaceInvaders/c++_answer
rm SpaceInvaders.o
rm SpaceInvaders
rm: cannot remove 'SpaceInvaders': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c SpaceInvaders.cpp -o SpaceInvaders.o
g++ -o SpaceInvaders SpaceInvaders.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 41

Guessing ./SpaceInvaders is the right binary file where main is

[2025-08-02 09:33:09] [connect] Successful connection
[2025-08-02 09:33:09] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141589 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/141/bridges_testing

[2025-08-02 09:33:10] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 42 full log

Build Scaffold for Assignment 42

assignment 42 has no c++ directory

Build Answer for Assignment 42

assignment 42 has no c++_answer directory

Run Answer for Assignment 42

assignment 42 has no c++_answer directory

Assignment 43 full log

Build Scaffold for Assignment 43

Compiling c++/ for assignment in ../assignmentdb/43-SpatialIndexing/c++
rm spatialindexing.o
rm SpatialIndexing
rm: cannot remove 'SpatialIndexing': No such file or directory
make: [Makefile:34: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c spatialindexing.cpp -o spatialindexing.o
g++ -o SpatialIndexing spatialindexing.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 43

Compiling c++_answer/ for assignment in ../assignmentdb/43-SpatialIndexing/c++_answer
rm closestPoint.o
rm closestPoint
rm: cannot remove 'closestPoint': No such file or directory
make: [Makefile:34: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c closestPoint.cpp -o closestPoint.o
g++ -o closestPoint closestPoint.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 43

Guessing ./closestPoint is the right binary file where main is

total vertices:22228
set size: 22228
Grid
===grid stats===
===testing===
601 263 11 335 255 344 188 41 15 287 
114 175 62 90 190 160 353 221 66 401 
1 0 0 3 64 231 263 113 456 110 
193 151 0 0 2 115 130 202 344 20 
237 272 30 197 624 278 189 219 86 55 
192 91 291 298 537 603 727 582 73 168 
91 225 112 327 352 324 562 641 321 209 
139 207 181 164 425 176 209 323 351 389 
176 151 128 121 107 289 375 113 211 617 
60 164 203 212 153 228 282 204 25 362 
================
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/143/bridges_testing

elapsed time: 0.138106s
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/143/bridges_testing

Assignment 44 full log

Build Scaffold for Assignment 44

Compiling c++/ for assignment in ../assignmentdb/44-MST-Cities/c++
rm prim_mst_cities.o
rm prim_mst
rm: cannot remove 'prim_mst': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c prim_mst_cities.cpp -o prim_mst_cities.o
g++ -o prim_mst prim_mst_cities.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 44

Compiling c++_answer/ for assignment in ../assignmentdb/44-MST-Cities/c++_answer
rm prim_mst.o
rm prim_mst
rm: cannot remove 'prim_mst': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c prim_mst.cpp -o prim_mst.o
g++ -o prim_mst prim_mst.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 44

Guessing ./prim_mst is the right binary file where main is

Num Cities: 19
MST Min. Cost:836
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/144/bridges_testing

Assignment 45 full log

Build Scaffold for Assignment 45

Compiling c++/ for assignment in ../assignmentdb/45-ExplorerRobot/c++
rm ExplorerRobot.o
rm ExplorerRobot
rm: cannot remove 'ExplorerRobot': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c ExplorerRobot.cpp -o ExplorerRobot.o
g++ -o ExplorerRobot ExplorerRobot.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 45

Compiling c++_answer/ for assignment in ../assignmentdb/45-ExplorerRobot/c++_answer
rm ExplorerRobot.o
rm ExplorerRobot
rm: cannot remove 'ExplorerRobot': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c ExplorerRobot.cpp -o ExplorerRobot.o
g++ -o ExplorerRobot ExplorerRobot.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 45

Guessing ./ExplorerRobot is the right binary file where main is

[2025-08-02 09:33:46] [connect] Successful connection
[2025-08-02 09:33:46] [connect] WebSocket Connection 172.67.170.217:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141626 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/145/bridges_testing

[2025-08-02 09:33:52] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 46 full log

Build Scaffold for Assignment 46

assignment 46 has no c++ directory

Build Answer for Assignment 46

assignment 46 has no c++_answer directory

Run Answer for Assignment 46

assignment 46 has no c++_answer directory

Assignment 47 full log

Build Scaffold for Assignment 47

assignment 47 has no c++ directory

Build Answer for Assignment 47

assignment 47 has no c++_answer directory

Run Answer for Assignment 47

assignment 47 has no c++_answer directory

Assignment 48 full log

Build Scaffold for Assignment 48

assignment 48 has no c++ directory

Build Answer for Assignment 48

assignment 48 has no c++_answer directory

Run Answer for Assignment 48

assignment 48 has no c++_answer directory

Assignment 49 full log

Build Scaffold for Assignment 49

assignment 49 has no c++ directory

Build Answer for Assignment 49

assignment 49 has no c++_answer directory

Run Answer for Assignment 49

assignment 49 has no c++_answer directory

Assignment 50 full log

Build Scaffold for Assignment 50

assignment 50 has no c++ directory

Build Answer for Assignment 50

assignment 50 has no c++_answer directory

Run Answer for Assignment 50

assignment 50 has no c++_answer directory

Assignment 51 full log

Build Scaffold for Assignment 51

assignment 51 has no c++ directory

Build Answer for Assignment 51

assignment 51 has no c++_answer directory

Run Answer for Assignment 51

assignment 51 has no c++_answer directory

Assignment 52 full log

Build Scaffold for Assignment 52

Compiling c++/ for assignment in ../assignmentdb/52-AudioWave/c++
rm audioWave.o
rm audio_wave
rm: cannot remove 'audio_wave': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c audioWave.cpp -o audioWave.o
g++ -o audio_wave audioWave.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 52

Compiling c++_answer/ for assignment in ../assignmentdb/52-AudioWave/c++_answer
rm audioWave.o
rm audioWave
rm: cannot remove 'audioWave': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c audioWave.cpp -o audioWave.o
g++ -o audioWave audioWave.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 52

Guessing ./audioWave is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/152/bridges_testing

Assignment 53 full log

Build Scaffold for Assignment 53

assignment 53 has no c++ directory

Build Answer for Assignment 53

Compiling c++_answer/ for assignment in ../assignmentdb/53-DNA_Splicing/c++_answer
make: *** No rule to make target 'clean'.  Stop.
make: *** No targets specified and no makefile found.  Stop.
could not compile c++_answer/ for assignment in ../assignmentdb/53-DNA_Splicing/c++_answer

Run Answer for Assignment 53

can't guess a binary file to run
could not run c++_answer for assignment in ../assignmentdb/53-DNA_Splicing/c++_answer

Assignment 54 full log

Build Scaffold for Assignment 54

assignment 54 has no c++ directory

Build Answer for Assignment 54

assignment 54 has no c++_answer directory

Run Answer for Assignment 54

assignment 54 has no c++_answer directory

Assignment 55 full log

Build Scaffold for Assignment 55

./testassignment_cxx.sh: 204: [: ../assignmentdb/55-FreqencyPlayer: unexpected operator
assignment 55 has no c++ directory

Build Answer for Assignment 55

./testassignment_cxx.sh: 228: [: ../assignmentdb/55-FreqencyPlayer: unexpected operator
assignment 55 has no c++_answer directory

Run Answer for Assignment 55

./testassignment_cxx.sh: 303: [: ../assignmentdb/55-FreqencyPlayer: unexpected operator
assignment 55 has no c++_answer directory

Assignment 56 full log

Build Scaffold for Assignment 56

Compiling c++/ for assignment in ../assignmentdb/56-2DIndexing/c++
rm layers.o
rm layers
rm: cannot remove 'layers': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c layers.cpp -o layers.o
g++ -o layers layers.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 56

Compiling c++_answer/ for assignment in ../assignmentdb/56-2DIndexing/c++_answer
rm layers.o
rm layers
rm: cannot remove 'layers': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c layers.cpp -o layers.o
g++ -o layers layers.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 56

Guessing ./layers is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/156/bridges_testing

Assignment 57 full log

Build Scaffold for Assignment 57

assignment 57 has no c++ directory

Build Answer for Assignment 57

Compiling c++_answer/ for assignment in ../assignmentdb/57-BookAnalysis/c++_answer
rm book_analysis.o
rm book_analysis
rm: cannot remove 'book_analysis': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c book_analysis.cpp -o book_analysis.o
g++ -o book_analysis book_analysis.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 57

Guessing ./book_analysis is the right binary file where main is

Querying Mark Twain
http://gutenberg-data.bridgesuncc.org//search?search=Mark%20Twain&type=author
Querying Shakespeare, William
http://gutenberg-data.bridgesuncc.org//search?search=Shakespeare%2C%20William&type=author
Querying Dickens, Charles
http://gutenberg-data.bridgesuncc.org//search?search=Dickens%2C%20Charles&type=author
Querying Homer
http://gutenberg-data.bridgesuncc.org//search?search=Homer&type=author
Retrieved books:
	The Tragedy of Pudd'nhead Wilson
	Extract from Captain Stormfield's Visit to Heaven
	A Horse's Tale
	Plus fort que Sherlock Holmès
	A Tramp Abroad
	The Man That Corrupted Hadleyburg
	The $30,000 Bequest, and Other Stories
	Mark Twain: Tri Noveloj
	The Prince and the Pauper
	De Lotgevallen van Tom Sawyer
	Extracts from Adam's Diary, translated from the original ms.
	Editorial Wild Oats
	Chapters from My Autobiography
	Mark Twain: Tri Ceteraj Noveloj
	Is Shakespeare Dead?
From My Autobiography
	Life on the Mississippi
	On the Decay of the Art of Lying
	Personal Recollections of Joan of Arc — Volume 1
	Personal Recollections of Joan of Arc — Volume 2
	The Works of Mark Twain: An Index of all Project Gutenberg Editions
	The Complete Works of William Shakespeare
	Shakespeare's Sonnets
	Venus and Adonis
	The Tragedie of Hamlet, Prince of Denmark
A Study with the Text of the Folio of 1623
	The First Part of Henry the Sixth
	The Second Part of King Henry the Sixth
	The Third Part of King Henry the Sixth
	King Richard III
	The Comedy of Errors
	The Sonnets
	The Tragedy of Titus Andronicus
	The Taming of the Shrew
	The Two Gentlemen of Verona
	Love's Labour's Lost
	King John
	King Richard the Second
	The Tragedy of Romeo and Juliet
	A Midsummer Night's Dream
	The Merchant of Venice
	The First Part of King Henry the Fourth
	Bleak House
	Three Ghost Stories
	Aventures de Monsieur Pickwick, Vol. I
	The Seven Poor Travellers
	The Holly-Tree
	Great Expectations
	The Perils of Certain English Prisoners
	A Message from the Sea
	Tom Tiddler's Ground
	Somebody's Luggage
	Doctor Marigold
	Mrs. Lirriper's Lodgings
	Mugby Junction
	Mrs. Lirriper's Legacy
	Going into Society
	No Thoroughfare
	Miscellaneous Papers
	The Wreck of the Golden Mary
	Some Christmas Stories
	Aventures de Monsieur Pickwick, Vol. II
	Burnham Breaker
	A Collection of College Words and Customs
	Stories from the Odyssey
	A Book of Exposition
	L'Iliade
	L'Odyssée
	The Iliad of Homer
Translated into English Blank Verse by William Cowper
	The Story of Troy
	The Odyssey
Rendered into English prose for the use of those who cannot read the original
	The Odyssey of Homer
	Army Boys on the Firing Line; or, Holding Back the German Drive
	The Iliad
	The Iliad of Homer (1873)
	The Odyssey of Homer
	Lights and Shadows in Confederate Prisons
A Personal Experience, 1864-5
	Odysseus, the Hero of Ithaca
Adapted from the Third Book of the Primary Schools of Athens, Greece
	The Flag
	The Bridge of the Gods
A Romance of Indian Oregon. 19th Edition.
	The Iliad
	Ομήρου Οδύσσεια Τόμος Α
Computing distances between 80 books..
Adding vertices to graph.. 
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/157/bridges_testing

Adding edges to graph.. 
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/157/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/157/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/157/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/157/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/157/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/157/bridges_testing

Assignment 58 full log

Build Scaffold for Assignment 58

assignment 58 has no c++ directory

Build Answer for Assignment 58

Compiling c++_answer/ for assignment in ../assignmentdb/58-WordCloud/c++_answer
make: *** No rule to make target 'clean'.  Stop.
make: *** No targets specified and no makefile found.  Stop.
could not compile c++_answer/ for assignment in ../assignmentdb/58-WordCloud/c++_answer

Run Answer for Assignment 58

can't guess a binary file to run
could not run c++_answer for assignment in ../assignmentdb/58-WordCloud/c++_answer

Assignment 59 full log

Build Scaffold for Assignment 59

Compiling c++/ for assignment in ../assignmentdb/59-ConvexHull_CityData/c++
rm cvh.o
rm cvh
rm: cannot remove 'cvh': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c cvh.cpp -o cvh.o
g++ -o cvh cvh.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 59

Compiling c++_answer/ for assignment in ../assignmentdb/59-ConvexHull_CityData/c++_answer
rm cvh.o
rm cvh
rm: cannot remove 'cvh': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c cvh.cpp -o cvh.o
g++ -o cvh cvh.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 59

Guessing ./cvh is the right binary file where main is

Got  946  cities..
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/159/bridges_testing

Assignment 60 full log

Build Scaffold for Assignment 60

Compiling c++/ for assignment in ../assignmentdb/60-Quadtree-CityData/c++
rm quadtree.o
rm quadtree
rm: cannot remove 'quadtree': No such file or directory
make: [Makefile:33: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c quadtree.cpp -o quadtree.o
g++ -o quadtree quadtree.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 60

Compiling c++_answer/ for assignment in ../assignmentdb/60-Quadtree-CityData/c++_answer
rm quadtree.o
rm quadtree
rm: cannot remove 'quadtree': No such file or directory
make: [Makefile:33: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c quadtree.cpp -o quadtree.o
quadtree.cpp: In function ‘bool searchQuadTree_R(QuadTreeElement*, Point&)’:
quadtree.cpp:160:1: warning: control reaches end of non-void function [-Wreturn-type]
  160 | }
      | ^
g++ -o quadtree quadtree.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 60

Guessing ./quadtree is the right binary file where main is

4422 cities retrieved 
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/160/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/160/bridges_testing

Assignment 61 full log

Build Scaffold for Assignment 61

Compiling c++/ for assignment in ../assignmentdb/61-Flight-Data/c++
rm flight.o
rm flight
rm: cannot remove 'flight': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c flight.cpp -o flight.o
g++ -o flight flight.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 61

Compiling c++_answer/ for assignment in ../assignmentdb/61-Flight-Data/c++_answer
rm flight.o
rm flight
rm: cannot remove 'flight': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c flight.cpp -o flight.o
g++ -o flight flight.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 61

Guessing ./flight is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/161/bridges_testing

Assignment 62 full log

Build Scaffold for Assignment 62

Compiling c++/ for assignment in ../assignmentdb/62-Flags/c++
rm create_flags.o
rm create_flags
rm: cannot remove 'create_flags': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c create_flags.cpp -o create_flags.o
g++ -o create_flags create_flags.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 62

Compiling c++_answer/ for assignment in ../assignmentdb/62-Flags/c++_answer
rm create_flags.o
rm create_flags
rm: cannot remove 'create_flags': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c create_flags.cpp -o create_flags.o
g++ -o create_flags create_flags.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 62

Guessing ./create_flags is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/162/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/162/bridges_testing

Assignment 63 full log

Build Scaffold for Assignment 63

./testassignment_cxx.sh: 204: [: ../assignmentdb/63-HuffmanCoding: unexpected operator
assignment 63 has no c++ directory

Build Answer for Assignment 63

./testassignment_cxx.sh: 228: [: ../assignmentdb/63-HuffmanCoding: unexpected operator
assignment 63 has no c++_answer directory

Run Answer for Assignment 63

./testassignment_cxx.sh: 303: [: ../assignmentdb/63-HuffmanCoding: unexpected operator
assignment 63 has no c++_answer directory

Assignment 64 full log

Build Scaffold for Assignment 64

Compiling c++/ for assignment in ../assignmentdb/64-Voronoi_Diagram/c++
rm voronoi_diag.o
rm voronoi
rm: cannot remove 'voronoi': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c voronoi_diag.cpp -o voronoi_diag.o
g++ -o voronoi voronoi_diag.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 64

Compiling c++_answer/ for assignment in ../assignmentdb/64-Voronoi_Diagram/c++_answer
rm voronoi_diag.o
rm voronoi
rm: cannot remove 'voronoi': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c voronoi_diag.cpp -o voronoi_diag.o
g++ -o voronoi voronoi_diag.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 64

Guessing ./voronoi is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/164/bridges_testing

Assignment 65 full log

Build Scaffold for Assignment 65

Compiling c++/ for assignment in ../assignmentdb/65-Reddit/c++
rm reddit.o
rm reddit
rm: cannot remove 'reddit': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c reddit.cpp -o reddit.o
g++ -o reddit reddit.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 65

Compiling c++_answer/ for assignment in ../assignmentdb/65-Reddit/c++_answer
rm reddit.o
rm reddit
rm: cannot remove 'reddit': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c reddit.cpp -o reddit.o
g++ -o reddit reddit.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 65

Guessing ./reddit is the right binary file where main is

getting reddit data..
gadgets..
sports..
gaming..
pics..
worldnews..
videos..
AskReddit..
aww..
Music..
funny..
news..
movies..
blog..
books..
history..
food..
philosophy..
television..
Jokes..
DIY..
space..
Documentaries..
askscience..
nottheonion..
todayilearned..
gifs..
listentothis..
IAmA..
announcements..
TwoXChromosomes..
creepy..
nosleep..
GetMotivated..
WritingPrompts..
LifeProTips..
EarthPorn..
explainlikeimfive..
Showerthoughts..
Futurology..
photoshopbattles..
mildlyinteresting..
dataisbeautiful..
tifu..
OldSchoolCool..
UpliftingNews..
InternetIsBeautiful..
science..
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/165/bridges_testing

Assignment 66 full log

Build Scaffold for Assignment 66

Compiling c++/ for assignment in ../assignmentdb/66-Chess-Data/c++
rm chess.o
rm: cannot remove 'chess.o': No such file or directory
make: [Makefile:31: clean] Error 1 (ignored)
rm chess
rm: cannot remove 'chess': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c chess.cpp -o chess.o
In file included from chess.cpp:3:
GameJSON.h:1:10: fatal error: json/single_include/nlohmann/json.hpp: No such file or directory
    1 | #include "json/single_include/nlohmann/json.hpp"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:26: chess.o] Error 1
could not compile c++/ for assignment in ../assignmentdb/66-Chess-Data/c++

Build Answer for Assignment 66

Compiling c++_answer/ for assignment in ../assignmentdb/66-Chess-Data/c++_answer
rm chess.o
rm: cannot remove 'chess.o': No such file or directory
make: [Makefile:31: clean] Error 1 (ignored)
rm chess
rm: cannot remove 'chess': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c chess.cpp -o chess.o
In file included from chess.cpp:3:
GameJSON.h:1:10: fatal error: json/single_include/nlohmann/json.hpp: No such file or directory
    1 | #include "json/single_include/nlohmann/json.hpp"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:26: chess.o] Error 1
could not compile c++_answer/ for assignment in ../assignmentdb/66-Chess-Data/c++_answer

Run Answer for Assignment 66

can't guess a binary file to run
could not run c++_answer for assignment in ../assignmentdb/66-Chess-Data/c++_answer

Assignment 67 full log

Build Scaffold for Assignment 67

Compiling c++/ for assignment in ../assignmentdb/67-ControlsTutorialThree/c++
rm Controls_Tutorial_Three.o
rm ControlsTutorialThree
rm: cannot remove 'ControlsTutorialThree': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Controls_Tutorial_Three.cpp -o Controls_Tutorial_Three.o
g++ -o ControlsTutorialThree Controls_Tutorial_Three.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 67

Compiling c++_answer/ for assignment in ../assignmentdb/67-ControlsTutorialThree/c++_answer
rm Controls_Tutorial_Three.o
rm ControlsTutorialThree
rm: cannot remove 'ControlsTutorialThree': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Controls_Tutorial_Three.cpp -o Controls_Tutorial_Three.o
g++ -o ControlsTutorialThree Controls_Tutorial_Three.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 67

Guessing ./ControlsTutorialThree is the right binary file where main is

[2025-08-02 09:37:35] [connect] Successful connection
[2025-08-02 09:37:35] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141855 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/167/bridges_testing

[2025-08-02 09:37:36] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 68 full log

Build Scaffold for Assignment 68

Compiling c++/ for assignment in ../assignmentdb/68-MusicNotes/c++
rm MusicNotes.o
rm melody
rm: cannot remove 'melody': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c MusicNotes.cpp -o MusicNotes.o
g++ -o melody MusicNotes.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 68

Compiling c++_answer/ for assignment in ../assignmentdb/68-MusicNotes/c++_answer
rm MusicNotes.o Note.o
rm Melody
rm: cannot remove 'Melody': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c MusicNotes.cpp -o MusicNotes.o
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Note.cpp -o Note.o
g++ -o Melody MusicNotes.o Note.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 68

Guessing ./Melody is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/1/bridges_testing

Assignment 69 full log

Build Scaffold for Assignment 69

Compiling c++/ for assignment in ../assignmentdb/69-SnakeQueue/c++
rm Snake.o
rm snake
rm: cannot remove 'snake': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Snake.cpp -o Snake.o
Snake.cpp: In member function ‘Block* my_snake_queue::enqueue()’:
Snake.cpp:97:9: warning: no return statement in function returning non-void [-Wreturn-type]
   97 |         }
      |         ^
Snake.cpp: In member function ‘Block* my_snake_queue::dequeue(Block*)’:
Snake.cpp:101:9: warning: no return statement in function returning non-void [-Wreturn-type]
  101 |         }
      |         ^
g++ -o snake Snake.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 69

Compiling c++_answer/ for assignment in ../assignmentdb/69-SnakeQueue/c++_answer
rm Snake.o
rm snake
rm: cannot remove 'snake': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Snake.cpp -o Snake.o
g++ -o snake Snake.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 69

Guessing ./snake is the right binary file where main is

[2025-08-02 09:37:53] [connect] Successful connection
[2025-08-02 09:37:53] [connect] WebSocket Connection 104.21.28.139:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141873 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/169/bridges_testing

[2025-08-02 09:37:54] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 70 full log

Build Scaffold for Assignment 70

Compiling c++/ for assignment in ../assignmentdb/70-WordleBot/c++
rm wordle.o
rm wordle
rm: cannot remove 'wordle': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c wordle.cpp -o wordle.o
g++ -o wordle wordle.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 70

Compiling c++_answer/ for assignment in ../assignmentdb/70-WordleBot/c++_answer
rm wordle.o
rm wordle
rm: cannot remove 'wordle': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c wordle.cpp -o wordle.o
g++ -o wordle wordle.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 70

Guessing ./wordle is the right binary file where main is

[2025-08-02 09:38:05] [connect] Successful connection
[2025-08-02 09:38:05] [connect] WebSocket Connection 172.67.170.217:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141885 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/170/bridges_testing

[2025-08-02 09:38:06] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 71 full log

Build Scaffold for Assignment 71

Compiling c++/ for assignment in ../assignmentdb/71-PiEstimation/c++
rm pi_estimation.o
rm Pi_Estimation
rm: cannot remove 'Pi_Estimation': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c pi_estimation.cpp -o pi_estimation.o
g++ -o Pi_Estimation pi_estimation.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 71

Compiling c++_answer/ for assignment in ../assignmentdb/71-PiEstimation/c++_answer
rm pi_estimation.o
rm Pi_Estimation
rm: cannot remove 'Pi_Estimation': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c pi_estimation.cpp -o pi_estimation.o
g++ -o Pi_Estimation pi_estimation.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 71

Guessing ./Pi_Estimation is the right binary file where main is

Pi val:3.14568
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/171/bridges_testing

Assignment 72 full log

Build Scaffold for Assignment 72

Compiling c++/ for assignment in ../assignmentdb/72-PixelDrawing/c++
rm Pixels.o
rm Pixel
rm: cannot remove 'Pixel': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Pixels.cpp -o Pixels.o
g++ -o Pixel Pixels.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 72

Compiling c++_answer/ for assignment in ../assignmentdb/72-PixelDrawing/c++_answer
rm Pixels.o
rm Pixel
rm: cannot remove 'Pixel': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Pixels.cpp -o Pixels.o
g++ -o Pixel Pixels.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 72

Guessing ./Pixel is the right binary file where main is

[2025-08-02 09:38:25] [connect] Successful connection
[2025-08-02 09:38:25] [connect] WebSocket Connection 172.67.170.217:80 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1754141905 101
Setting framelimit to 10
Success: Assignment posted to the server. 
Check out your visualization at:

http://games.bridgesuncc.org/assignments/172/bridges_testing

[2025-08-02 09:38:26] [disconnect] Disconnect close local:[1000,End by user] remote:[1000,End by user]

Assignment 73 full log

Build Scaffold for Assignment 73

Compiling c++/ for assignment in ../assignmentdb/73-ColorEncoding/c++
rm encoding.o
rm Encoding
rm: cannot remove 'Encoding': No such file or directory
make: [Makefile:33: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c encoding.cpp -o encoding.o
g++ -o Encoding encoding.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 73

Compiling c++_answer/ for assignment in ../assignmentdb/73-ColorEncoding/c++_answer
rm encoding.o
rm Encoding
rm: cannot remove 'Encoding': No such file or directory
make: [Makefile:33: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c encoding.cpp -o encoding.o
g++ -o Encoding encoding.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 73

Guessing ./Encoding is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/173/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/173/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/173/bridges_testing

Assignment 74 full log

Build Scaffold for Assignment 74

Compiling c++/ for assignment in ../assignmentdb/74-Fractals/c++
rm mandelbrot.o
rm mandelbrot
rm: cannot remove 'mandelbrot': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c mandelbrot.cpp -o mandelbrot.o
g++ -o mandelbrot mandelbrot.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 74

Compiling c++_answer/ for assignment in ../assignmentdb/74-Fractals/c++_answer
rm mandelbrot.o
rm mandelbrot
rm: cannot remove 'mandelbrot': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c mandelbrot.cpp -o mandelbrot.o
g++ -o mandelbrot mandelbrot.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 74

Guessing ./mandelbrot is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/174/bridges_testing

Assignment 75 full log

Build Scaffold for Assignment 75

Compiling c++/ for assignment in ../assignmentdb/75-KochCurve/c++
rm koch.o
rm koch
rm: cannot remove 'koch': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c koch.cpp -o koch.o
g++ -o koch koch.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 75

Compiling c++_answer/ for assignment in ../assignmentdb/75-KochCurve/c++_answer
rm koch.o
rm koch
rm: cannot remove 'koch': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c koch.cpp -o koch.o
g++ -o koch koch.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 75

Guessing ./koch is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/175/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/175/bridges_testing

Assignment 76 full log

Build Scaffold for Assignment 76

Compiling c++/ for assignment in ../assignmentdb/76-Zcurve/c++
rm zcurve.o
rm zcurve
rm: cannot remove 'zcurve': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c zcurve.cpp -o zcurve.o
g++ -o zcurve zcurve.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 76

Compiling c++_answer/ for assignment in ../assignmentdb/76-Zcurve/c++_answer
rm zcurve.o
rm zcurve
rm: cannot remove 'zcurve': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c zcurve.cpp -o zcurve.o
g++ -o zcurve zcurve.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 76

Guessing ./zcurve is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/176/bridges_testing

Assignment 77 full log

Build Scaffold for Assignment 77

assignment 77 has no c++ directory

Build Answer for Assignment 77

assignment 77 has no c++_answer directory

Run Answer for Assignment 77

assignment 77 has no c++_answer directory

Assignment 78 full log

Build Scaffold for Assignment 78

Compiling c++/ for assignment in ../assignmentdb/78-Thresholding/c++
rm thresholdAudio.o
rm thresholdAudio
rm: cannot remove 'thresholdAudio': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c thresholdAudio.cpp -o thresholdAudio.o
g++ -o thresholdAudio thresholdAudio.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 78

Compiling c++_answer/ for assignment in ../assignmentdb/78-Thresholding/c++_answer
rm thresholdAudio.o
rm thresholdAudio
rm: cannot remove 'thresholdAudio': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c thresholdAudio.cpp -o thresholdAudio.o
g++ -o thresholdAudio thresholdAudio.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 78

Guessing ./thresholdAudio is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/178/bridges_testing

Range: -14711,14716
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/178/bridges_testing

Assignment 79 full log

Build Scaffold for Assignment 79

assignment 79 has no c++ directory

Build Answer for Assignment 79

assignment 79 has no c++_answer directory

Run Answer for Assignment 79

assignment 79 has no c++_answer directory

Assignment 80 full log

Build Scaffold for Assignment 80

assignment 80 has no c++ directory

Build Answer for Assignment 80

Compiling c++_answer/ for assignment in ../assignmentdb/80-Compression/c++_answer
rm audio_compr.o
rm audio_compr
rm: cannot remove 'audio_compr': No such file or directory
make: [Makefile:34: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c audio_compr.cpp -o audio_compr.o
g++ -o audio_compr audio_compr.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 80

Guessing ./audio_compr is the right binary file where main is

usage: ./audio_compr in.wav 
could not run c++_answer for assignment in ../assignmentdb/80-Compression/c++_answer

Assignment 81 full log

Build Scaffold for Assignment 81

assignment 81 has no c++ directory

Build Answer for Assignment 81

Compiling c++_answer/ for assignment in ../assignmentdb/81-VisualizeAudio/c++_answer
rm visualizeAudio.o
rm visualizeAudio
rm: cannot remove 'visualizeAudio': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c visualizeAudio.cpp -o visualizeAudio.o
g++ -o visualizeAudio visualizeAudio.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 81

Guessing ./visualizeAudio is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/181/bridges_testing

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/181/bridges_testing

Assignment 82 full log

Build Scaffold for Assignment 82

assignment 82 has no c++ directory

Build Answer for Assignment 82

assignment 82 has no c++_answer directory

Run Answer for Assignment 82

assignment 82 has no c++_answer directory

Assignment 83 full log

Build Scaffold for Assignment 83

assignment 83 has no c++ directory

Build Answer for Assignment 83

assignment 83 has no c++_answer directory

Run Answer for Assignment 83

assignment 83 has no c++_answer directory

Assignment 84 full log

Build Scaffold for Assignment 84

Compiling c++/ for assignment in ../assignmentdb/84-Energy/c++
rm Energy.o
rm main
rm: cannot remove 'main': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Energy.cpp -o Energy.o
g++ -o main Energy.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 84

Compiling c++_answer/ for assignment in ../assignmentdb/84-Energy/c++_answer
rm Energy.o
rm energy
rm: cannot remove 'energy': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c Energy.cpp -o Energy.o
g++ -o energy Energy.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 84

Guessing ./energy is the right binary file where main is

39.8518
59.404
42.0208
32.9806
86.7913
Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/184/bridges_testing

Assignment 85 full log

Build Scaffold for Assignment 85

Compiling c++/ for assignment in ../assignmentdb/85-ForestCov/c++
rm forest.o
rm forest
rm: cannot remove 'forest': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c forest.cpp -o forest.o
g++ -o forest forest.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Build Answer for Assignment 85

Compiling c++_answer/ for assignment in ../assignmentdb/85-ForestCov/c++_answer
rm forest.o
rm forest
rm: cannot remove 'forest': No such file or directory
make: [Makefile:32: clean] Error 1 (ignored)
g++ -g  -std=c++14 -I /home/bridges-testing/bridges-cxx-install/include/ -c forest.cpp -o forest.o
g++ -o forest forest.o -g -L /home/bridges-testing/bridges-cxx-install/lib/ -pthread -lcurl -l bridges 

Run Answer for Assignment 85

Guessing ./forest is the right binary file where main is

Success: Assignment posted to the server. 
Check out your visualization at:

http://assignments.bridgesuncc.org/assignments/85/bridges_testing