Skip to content

Instantly share code, notes, and snippets.

View samdmarshall's full-sized avatar
💭
I will be slow to respond.

Samantha Demi samdmarshall

💭
I will be slow to respond.
View GitHub Profile
#include <stdio.h>
#include <string>
using namespace std;
int main(){
static const char* val1 = "hello";
const char* val2 = "hello";
const string val3 = "hello";
char* pointer = (char*)val3.c_str();
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>Prefix</string>
<key>DefaultValue</key>
<string>Clarity</string>