Posts by Felyp Henrique Fernandes • 23 points
3 posts
-
1
votes2
answers182
viewsA: SELECT in N:N relationship without using INNER JOIN
To do JOIN would need to have a foreign key relationship between the tables. For example, it would insert in which project the advisor this: ALTER TABLE orientador ADD COLUMN projeto_id INTEGER;…
-
0
votes1
answer42
viewsQ: Which Javascript framework would you recommend for dynamically creating DOM Object?
Which JS framework would prompt me to create HTML objects dynamically? For example: I need to create a "btn-example" class button that references the Google website link (by clicking, open the…
-
1
votes1
answer101
viewsQ: How to run a Gtkmm C++ application on Windows without MSYS2?
To use (as far as I know) Gtkmm graphic libraries in Windows, I have to install such libraries in MSYS2. So far so good. Every time I install and write a C++ file and compile by g++ on MSYS2,…