Which of the following is the correct statement if you want to compile a program but debug it using a debugger such as ddd or gdb?
(a)g++ -g main.cpp
(b) g++ -o main.cpp
(c) g++ -o main.cpp prog
(d) g++ -c main.cpp
don't have any information on my ebook..
and can someone give me link that how Binary Search Tree FLOWS with diagram ?
for preorder ,postorder and inorder
all provided me the code. actually i know how to do for the binary search tree to store node and comparing when addnode . just having problem some logic over there . so i plan to use diagram and draw inside a paper to try out c