by Albuquerster
How to convert jpg to avi file?
|
|
[2 replies] Last: I think you just decompose the jpg back to logically a "2-d" image of ... (by jonnin)
|
by Civer1999
Error in recursive function (1,2)
|
|
[27 replies] Last: #include <iostream> #include <vector> #include <algorithm> #include <... (by lastchance)
|
by namshad
False sharing issue for multiple serial codes in multicore pocessror
|
|
[3 replies] Last: Linear time decrease for running more copies tells me that it may be t... (by jonnin)
|
by Putarda
Long multiplication is wrong.
|
|
[8 replies] Last: Thank you very much! (by Putarda)
|
by TheTurkish
Using Bus Card Object in the User Object
|
|
[3 replies] Last: You're welcome! I think I've already answered your question, as far a... (by MikeyBoy)
|
by urko18
Problem saving an array
|
|
[12 replies] Last: I'm sorry jonnin, but I've been ocupated and also have coincided Chris... (by urko18)
|
by Handge
ASCII-based Text RPG
|
|
[6 replies] Last: Thanks, I am going to add more items etc. The sentences you see appear... (by Handge)
|
by Peter87
The default meaning of precision?
|
|
[5 replies] Last: Ah, OK, thank you, so it becomes printf("%.5e\n", 0.00001) which pri... (by Peter87)
|
by khech45
Username and password
|
|
[2 replies] Last: It would be easier if you create a struct and use a vector. struct A... (by Thomas1965)
|
by NiharRNanda
Behavior Of Destructor
|
|
[3 replies] Last: Thanks Cubbi,I was wondering over mbozzi's answer. Now I can track my ... (by NiharRNanda)
|
Constructing Class in Function to be used Elswhere |
|
[3 replies] Last: Please provide: a.) the error message(s), verbatim; b.) the definition... (by mbozzi)
|
by beginner324
Programming Assignment
|
|
[1 reply] : Hi, do you know how to read from a file? You should read http://www.cp... (by Ganado)
|
by SSteven
Difference between a standard facet and it's _byname version
|
|
[no replies]
|
by gedamial
Code works with Template Function but doesn't with Template Struct
|
|
[2 replies] Last: Are you sure the first Error is the one reported? I would expect 'con... (by gedamial)
|
by wk03965
Programming Assignment
|
|
[3 replies] Last: Another way to handle this might be to input the number as a string, t... (by mainecat)
|
by cool mr croc
How to support an MP3 controller in my software
|
|
[no replies]
|
by JUAN DENT
Why (void) at the start of an expression?
|
|
[1 reply] : Casting to void is used to signal that the author knows there is an "u... (by cire)
|
by a10e29
srand() frequency
|
|
[5 replies] Last: as a side note, you can use these things as a hash function, reseed of... (by jonnin)
|
by Jun Zhang2
Judge utf8 string is chinese
|
|
[2 replies] Last: If you're looking for the number of code points in a UTF-8 string, it'... (by Cubbi)
|
A Question About Variadic Templates |
|
[1 reply] : Something like this: template < typename T, std::size_t... > struct ... (by JLBorges)
|