Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
guys! Very important question: Please, look at my project (300Kb). I can`t use MFC/ATL, pure C++ only.
I dropped one of the tables from the database accidentally. fortunately, I have back-up. (I have used the \"Auto backup for mysql\")
I\'m trying to embed python within a C++ based programming language (CCL: The compuatational control language, not that any of you have heard of it). Thus, I don\'t really have a \"main\" function to
I need to im开发者_运维技巧port a lot of data into a sql server database. Some of this data was imported from long ago and much of it does not maintain referential integrity but I want all new data to
i\'ve a small user defined function in python, say fib(n), how do i use that in other programs or modules?
I\'ve come across the following code in a Python script fr开发者_运维知识库om pprint import pprint
I wrote some code as a Java Servlet and now I am trying to convert it to a JSP. I wrote a class in a separate file which I was using, and I can\'t figure out how to get the JSP file to recognize the c
I have a Python project with 2 files: epic.py site.py in the epic.py I have the lines from site import * bark()
I use the TFS 2008 build facilities. I have a large MSBuild project (TFSBuild.proj) and I wanted to split it into a few files because it is becoming hard to maintain.