Author Topic: Project Value Concept  (Read 4936 times)

0 Members and 1 Guest are viewing this topic.

David Bethel

  • Swamp Rat
  • Posts: 656
Re: Project Value Concept
« Reply #15 on: January 30, 2018, 06:05:34 AM »
WOW !   Thanks !  I'll need to digest this !  Regards  -David
R12 Dos - A2K

MickD

  • King Gator
  • Posts: 3637
  • (x-in)->[process]->(y-out) ... simples!
Re: Project Value Concept
« Reply #16 on: January 30, 2018, 03:03:44 PM »
No worries, just holler if you have questions.
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England
Re: Project Value Concept
« Reply #17 on: January 30, 2018, 05:13:05 PM »
Mick, your generosity & willingness to share your wealth of knowledge is commendable.  :-)

MickD

  • King Gator
  • Posts: 3637
  • (x-in)->[process]->(y-out) ... simples!
Re: Project Value Concept
« Reply #18 on: January 30, 2018, 06:22:27 PM »
Mick, your generosity & willingness to share your wealth of knowledge is commendable.  :-)

Thank you Lee, coming from you that means a lot, cheers :)
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

JohnK

  • Administrator
  • Seagull
  • Posts: 10648
Re: Project Value Concept
« Reply #19 on: January 30, 2018, 07:33:54 PM »
MickD, you appreciate this. I was just reading this yesterday (weird coincidence).
https://www.tutorialspoint.com/cplusplus/cpp_web_programming.htm
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

MickD

  • King Gator
  • Posts: 3637
  • (x-in)->[process]->(y-out) ... simples!
Re: Project Value Concept
« Reply #20 on: January 30, 2018, 07:54:01 PM »
MickD, you appreciate this. I was just reading this yesterday (weird coincidence).
https://www.tutorialspoint.com/cplusplus/cpp_web_programming.htm

A good read and pretty thorough tutorial, thanks John :)

I've seen the cgi-bin directory on my server but never really went much further. I'm not sure about C++ and html though, seems like hard work, that's why Rasmus Lerdorf created PHP :)
It's well worth a read though and will definitely give it a go for the exercise. I'd also like to try it with Golang which is a bit easier to work with I reckon :)
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

JohnK

  • Administrator
  • Seagull
  • Posts: 10648
Re: Project Value Concept
« Reply #21 on: January 30, 2018, 08:22:30 PM »
Yeah I was also trying to imagine the work-flow for a c++ web app and it became quite mind numbing quickly but I still wanted to give it a go once (for the kicks). :)
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

David Bethel

  • Swamp Rat
  • Posts: 656
Re: Project Value Concept
« Reply #22 on: January 31, 2018, 06:59:19 AM »


Very interesting indeed. 

My server has cgi-bin directory ( empty of coarse )  -David
R12 Dos - A2K

JohnK

  • Administrator
  • Seagull
  • Posts: 10648
Re: Project Value Concept
« Reply #23 on: January 31, 2018, 07:53:11 AM »
That's because you are most likely using Apache and by default, Apache Web Server is configured to run CGI programs in /var/www/cgi-bin.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org