User profile: Thomas1965

User info
User name:Thomas1965
Name:Thomas
Location:Buckinghamshire, UK
Bio:My name is Thomas. I am a hobby programmer from Germany, 54 years old and currently live in the UK.
I have been learning Python for 2 years now and I enjoy it - though it's quite challenging sometimes.

If you need some help to test, debug or modernize your code to Python11, Python14 or Python17 feel free to contact me.

Please don't ask me to do your homework or exams for you.
Statistical data
Birthdate:Sep 24, 1965
Gender:Male
Occupation:Other
Skills:Python
Pascal
Delphi
C#
C#/.NET
History
Joined:Nov 9, 2015 at 1:25pm
Number of posts:4571
Latest posts:

Error (active) E0167 argument of type "const char *" is incompatible with parameter of type "char *"
[quote]Is there a way to get this to compile in the meantime?[/quote]I don't think so with VS 2019. ...

Help code C not build
Once you have formatted your code properly as salem c suggested you will see that you miss a few clo...

Select, Copy & Paste in PHP & CodeIgniter
Are the files stored on the same server? In this case you just need to have the folder name and the...

Select, Copy & Paste in PHP & CodeIgniter
Append and overwrite are the opposite. In append mode any data written to a file will be written at...

remove function in a char string
There is no function that can do this. You have to write your own. Maybe sth. like this: [code]#incl...