MY CURRENT CODE #include<windows.h> #include<fstream> #include<direct.h> #include<conio.h> #include<sys/stat.h> #include<filesy
I'm trying to write text into image by this code: Image image( "1920x1080", "black" ); image.font("-*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-1"); ima
The scenario is this something like this: After joining several lists using: list1 = ["A","B"] list2 = ["A","B","C"] list3 = ["C","D","E"] mainlist = list1 + l
Are there any functions like the built-in functions getattr and hasattr in the standard library but which bypass instance attributes during attribute lookup, li
I'm writing a simple product input app, where a user can input their product details, save it in the database and view it in another page. Everything seems to b
I have a database called people with a total of 8398 records. I know this because I have performed the following query with the COUNT function. SELECT COUNT(*)
need your help in coding, I can do this using if / else and while but I like to see if there is a way to do it in one or less commands as possible (I like use l
To summarise the issue, in the Wordpress back end go to products, add new. When i click "+ Add new category", fill in the box and click the "add new category" b