Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
0b4f33ff
Commit
0b4f33ff
authored
Feb 02, 2012
by
Davis King
Browse files
updated docs
parent
87ee4c95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/docs/howto_contribute.xml
docs/docs/howto_contribute.xml
+1
-1
No files found.
docs/docs/howto_contribute.xml
View file @
0b4f33ff
...
...
@@ -514,7 +514,7 @@ Dynamic Libraries in C++</a>, and
You could do this using code similar to the following:
<code_box>
dlib::
<a
href=
"other.html#byte_orderer"
>
byte_orderer
</a>
::kernel_1a
bo;
dlib::
<a
href=
"other.html#byte_orderer"
>
byte_orderer
</a>
bo;
...
bo.host_to_big(my_uint);
my_out_stream.write((char*)
&
my_uint, sizeof(my_uint));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment