Systems | Development | Analytics | API | Testing

February 2022

Parameter Binding: Native API/Native Code vs SourcePro DB

In the previous article, we walked through an example of how to query and retrieve data from a MySQL database using the native MySQL C API and then compared that to the clean simplicity of using the SourcePro DB API. In this article, we are going to take that a step further and look at input parameter binding. Building off the system we discussed previously that manages the accounts for a credit card system, we are now going to implement a simple application that can add transactions to an account.

The Power of Perforce Digital Twins

What is digital twins like with the Power of Perforce? Find out! Across industries, teams are using digital twin and replica technology to make data driven decisions, revolutionize processes and accelerate time to market. Because they are cheaper than physical prototypes, digital replicas can be used to test thousands of versions of your product or system quickly and inexpensively.

SCA Automotive With the Power of Perforce

What is static code analysis like for automotive with the Power of Perforce? Find out! Perforce static code analysis tools — Helix QAC and Klocwork — have been trusted for over 30 years by global leaders in safety-critical industries — such as automotive, medical device, rail, aerospace, and defense — for their high accuracy and ability to quickly meet rigorous compliance requirements. Perforce SAST is known for compliance and application safety because the tools are certified for functional safety compliance by TÜV-SÜD, including ISO 26262, IEC 61508, EN 50128, IEC 60880, and IEC 62304.

Version Control for Binary Files: Your Best Options

A lot of teams are starting to look for version control for binary files. As more teams adopt game engine technology, they produce more art assets, builds, and other files that they need to store and track. A lot of version control tools simply don’t do a good job with versioning or storing large binary files, like game engine files. Managing these files efficiently becomes a serious issue the more a team and their projects grow. You need the right version control for large binary files.

How to Set Up Perforce Typemap - P4 Typemap

Game development and virtual production studios use game engines to create the unbelievable. But with game engines— like Unreal Engine or Unity — project assets are stored as large binaries. To efficiently collaborate on and manage these assets, version control systems need to treat them differently than other file types. Most version control companies cannot manage these binary files.

Using CSS Style Sheets on C++ Applications

Using CSS style sheets, UI designers and developers have the power to easily brand and style their applications. Views Style Sheets, available as part of the Visualization C++ software, follow the HTML Cascading Style Sheets (CSS) standard. They provide an easy to use mechanism for customizing the appearance of the Views Gadgets, enabling you to style your C++ application the way you want it to look. This blog looks at two common applications.