Six Years of Service
Posts: 2,973
Threads: 246
What kind of all C programming tutorials do you want to see posted here? 01-31-2019, 05:38 PM
#1
What kind of all C programming tutorials do you want to see posted here?
Please posts your requests down below.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Seven Years of Service
Posts: 144
Threads: 30
RE: What kind of all C programming tutorials do you want to see posted here? 02-04-2019, 01:33 AM
#2
Anything you want, lol? I don't think it matters to most people. Just post what you wanna post.
•
Six Years of Service
Posts: 2,973
Threads: 246
RE: What kind of all C programming tutorials do you want to see posted here? 02-04-2019, 08:33 AM
#3
(02-04-2019, 01:33 AM)Confidential Wrote: Anything you want, lol? I don't think it matters to most people. Just post what you wanna post.
I want to see done. Maybe tutorials on making hacking tools, keyloggers and etc.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Six Years of Service
Posts: 2,973
Threads: 246
RE: What kind of all C programming tutorials do you want to see posted here? 02-04-2019, 05:03 PM
#5
(02-04-2019, 03:25 PM)Cinnamon Wrote: (01-31-2019, 05:38 PM)darkninja1980 Wrote: What kind of all C programming tutorials do you want to see posted here?
Please posts your requests down below.
I've actually started really diving into C lately; I'd appreciate anything interesting you want to share, really any new projects would help me. Like you said, hacking tools (keyloggers, password crackers, etc) would be pretty interesting to look at.
Yes, I am looking for projects just for that purpose.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Six Years of Service
Posts: 471
Threads: 149
RE: What kind of all C programming tutorials do you want to see posted here? 02-04-2019, 05:46 PM
#6
hacking tools are more than likely going to be coded in c++ rather than c, due to the winapi. however, if the tools are focues on unix, c might be a better solution.
(This post was last modified: 02-04-2019, 05:47 PM by sunjester.)
•
Six Years of Service
Posts: 2,973
Threads: 246
RE: What kind of all C programming tutorials do you want to see posted here? 02-05-2019, 12:29 AM
#7
(02-04-2019, 05:46 PM)sunjester Wrote: hacking tools are more than likely going to be coded in c++ rather than c, due to the winapi. however, if the tools are focues on unix, c might be a better solution.
about C # or Objective-C?
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Six Years of Service
Posts: 2,973
Threads: 246
RE: What kind of all C programming tutorials do you want to see posted here? 02-05-2019, 12:55 AM
#10
(02-05-2019, 12:42 AM)sunjester Wrote: (02-05-2019, 12:35 AM)Confidential Wrote: (02-04-2019, 05:46 PM)sunjester Wrote: hacking tools are more than likely going to be coded in c++ rather than c, due to the winapi. however, if the tools are focues on unix, c might be a better solution.
There's A LOT more stuff that can be written in C other than Unix, lol. Unix isn't the only OS that was written in C, or at least had something to do with it. There's a lot of stuff on Windows that was written in C and then there's Linux, which was almost entirely written in C. In fact, there was a point in time where pretty much everything was written in C, lol.
while all of that is true it doesn't negate the fact that it's much easier to write keyloggers with c++ than it is with c. It's much easier to use the WinAPI with c++ than it is with c.
About is C# programming?
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•