Drawing a Texture using a matrix (OpenGL) |
|
[1 reply] : If you have two linear transformations (in your case are affine transf... (by helios)
|
by ostar2
xor encryption
|
|
[6 replies] Last: You have an example here if you use windows: http://msdn.microsoft.com... (by modoran)
|
by jm92590
Returning a Comparison value for Linear and Binary search problem
|
|
[2 replies] Last: Thank you so much! This works perfectly. (by jm92590)
|
by DeadEli
to_string() issues
|
|
[5 replies] Last: Use a stringstream, this will work in every compiler without any speci... (by modoran)
|
by didierB
qwt or GNUplot or others...?
|
|
[no replies]
|
by tbaker530
how to make long form of roman numerals???
|
|
[1 reply] : also the **cout<<i<<"="<<nothing<<"="<<imverytired<<"="<<nothing<<"="<... (by tbaker530)
|
by Nekusta
Linked List using only structs
|
|
[no replies]
|
Placing member function code for templated class in seperate source files |
|
[1 reply] : You can't. You have to put them all in the header file. As for your c... (by firedraco)
|
by Script Coder
Whats the problem
|
|
[2 replies] Last: 186240581510 for 2 m 4469579551475 for 10 m Sooo What are you exp... (by bmiller)
|
by caibbor
Safety of reading past end of file
|
|
[6 replies] Last: Your message makes me LOL!!! C++ is 100% bckward compatible with C, a... (by caibbor)
|
compare IP address against a range. |
|
[1 reply] : If u have IP in the form 123.456.789 u can parse it into 3 parts and c... (by soranz)
|
by FeZedra
C++0x/11 discussion thread
|
|
[12 replies] Last: @rapidcoder, Yea I have no experience with them, just read somewhere ... (by ResidentBiscuit)
|
by BroncoAG
Encryption Help
|
|
[3 replies] Last: U'r not getting any result because the variable set on line 40 never c... (by soranz)
|
by dolle39
addition of char?
|
|
[4 replies] Last: x = infinity don't think it's zero :P Anyways, if OP is still here, ... (by closed account o1vk4iN6)
|
by iMunk
Vector and Struct
|
|
[1 reply] : Don't do this. The size of an array should be a compile time constant... (by kbw)
|
by zarzor2010
parallel OMP with many "new" operators
|
|
[13 replies] Last: Do you mean the tcmalloc library there? Yes. (by modoran)
|
by sigmablack
File Handling?
|
|
[9 replies] Last: Yes it works fine, i am thinking about flushing the stream after speci... (by sigmablack)
|
by Biorapture99
I Want to know why this happens with getch?!
|
|
[2 replies] Last: signed int has limit -32767 to 32767 Unless, you are working on an a... (by viliml)
|
by Vijaybvk81
Best Search algorithm
|
|
[1 reply] : What you have there is a list of priorities. All you need to do is ke... (by webJose)
|
by vrakas
C file I/O vs <fstream> (1,2)
|
|
[27 replies] Last: Because ofstream bar = foo(args); looks better than ofstream bar; f... (by ne555)
|