Posts by Marcos Pinheiro Moura • 35 points
3 posts
-
0
votes1
answer83
viewsQ: Function NS_LOG - NS3(Network Simulator): What does the operator "<<" mean in practice?
I am working with the ns3 program, and trying to understand the code that I have at hand, I came across this line, and I would like to know what this sequence of "<" means. (I don’t mean the…
-
3
votes1
answer128
viewsQ: Processing SQL statements with JDBC
I am trying to use JDBC, but having difficulties with the proper use of language. I would like to move the sql code down to java, and I need help with SELECT. Regarding the variables sql1, sql2,…
-
0
votes1
answer86
viewsQ: Error creating child node, generalized list
The error is found in else of the method criarFilho, I was able to locate it but I can not find solution for it. The debug Dev-C++ does not point out anything. #include <stdio.h> #include…