From the course: CompTIA PenTest (PT0-002) Cert Prep

Unlock this course with a free trial

Join today to access over 23,200 courses taught by industry experts.

Data structures, part 1

Data structures, part 1

- So now that you've seen a lot of information about scripting and writing some simple programs in multiple languages and you have compared them to know which one has certain strengths and weaknesses, let's take a look at some other concepts that you will likely run into as you start to develop more sophisticated scripts or programs or if you inherit any code or you find some code that someone else wrote, you're likely going to encounter more complex structures and complex techniques. So this section is really not about making you into a professional software developer, but rather just giving you a little bit of information of what you might see and giving you some pointers on where you may go to learn more about it. So let's jump right in to some advanced programming techniques. The first technique that you may encounter is an advanced technique or a common technique of exchanging data. In other words, you may want to read data in or write data out or exchange it with some other…

Contents