Questions tagged [tntnet]

Tntnet is a modular, multithreaded, high performance webapplicationserver for C++.

Tntnet is a modular, multithreaded, high performance webapplicationserver for C++. To create webapplications Tntnet has a template-language called ecpp similar to php, jsp or mason, where you can embed c++-code inside a html-page to generate active content.

4 questions
2
votes
1 answer

how to use tntdb classes to update string values in Sqlite database

hi i am getting a problem while using tntdb classes in my c++ code only integer values atr updating in database while string values are updating as garbage values i am giving my code below please help me out to solve this issue #include…
user2406774
  • 151
  • 1
  • 1
  • 7
2
votes
1 answer

CMake with regarding generated files

Good day everyone. I have the following situation: I have a CMake file, which is supposed to compile my application, which consists of: one or more cpp files some template files (ecpp), which on their turn are generated into cpp files, which are…
Ferenc Deak
  • 34,348
  • 17
  • 99
  • 167
1
vote
1 answer

Makefile process different files in different steps

I have the following makefile using GNU autotools: AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = app app_SOURCES = \ core/main.cpp nodist_app_SOURCES = \ index.cpp \ index.ecpp.js.cpp AM_INCLUDES = -I$(top_srcdir)/src index.cpp:…
user32323
  • 299
  • 1
  • 3
  • 11
1
vote
1 answer

Has any body have any ideas on C++ memory management for apps in TNTWEB web server?

If any body uses TNTNET WEB server to develop web applications using c++, could you please share how to handle memory management? I am naive to this and just started exploring it. Thanks in advance.
R Saladi
  • 63
  • 1
  • 6