by lovoniborn
Building a vending machine using funcs
|
|
[3 replies] Last: You can either convert the int to a string, or you can do something li... (by manudude03)
|
by mosahab
copy the middle of 2dim array into another array
|
|
[2 replies] Last: There are many ways to do the task. For example int A = {{1, 2} ,{... (by vlad from moscow)
|
by a1234z
how to create obj file in dev-c++ 5.4.0
|
|
[1 reply] : The object file for Dev-C++ is under "Objects/Mingw" in the relative p... (by Computergeek01)
|
by Daleth
operator[] for unordered_map and map
|
|
[2 replies] Last: Okay, so consistency is a major factor in not having a read-only versi... (by Daleth)
|
by sujha
functions
|
|
[6 replies] Last: k..at last,i got it..tq,, (by sujha)
|
Weird SFML errors |
|
[9 replies] Last: alright thanks (by closed account Dy7SLyTq)
|
by indongsaeng
Please Help!
|
|
[4 replies] Last: You should learn learn how to store and read info from files. That way... (by Danny Star)
|
by navneet123
income tax calculator
|
|
[3 replies] Last: ^ (by Danny Star)
|
Ignoring Spaces? |
|
[4 replies] Last: The <algorithm> in the standard library has a function random_shuffle... (by keskiverto)
|
by Ceset
.dll files
|
|
[4 replies] Last: ty all for your answers and Montario79 it was informative so ty (by Ceset)
|
by awsdert
long long preprocessor
|
|
[15 replies] Last: Ah well, I couldn't find anything new in their headers, just __int64 w... (by awsdert)
|
by Nafnlaus
Painful error with templated template types
|
|
[11 replies] Last: ne555: that's not only ugly for each variable declaration (picture if ... (by Nafnlaus)
|
by elohssa
Getting bits in RDX after multiply (x64)
|
|
[4 replies] Last: ^ Yea, I've been working on a big integer library recently and have fo... (by elohssa)
|
by codeback99
what is this mean?
|
|
[12 replies] Last: The digits in the set are not positions; {7, 0, 1} means a number with... (by Zhuge)
|
by amir aba
Which is fastest
|
|
[3 replies] Last: Shaders are custom programs that are executed by the GPU. DirectX and... (by Disch)
|
by awsdert
Preprocessor and Casting
|
|
[7 replies] Last: unsigned up to short works fine signed up to long/int works fine need ... (by awsdert)
|
by Ceset
ld.exe||cannot find -lSDL_image
|
|
[10 replies] Last: You obviously haven't visited the Code::Blocks downloads page. They ha... (by Duthomhas)
|
Is this code efficient? (1,2) |
|
[22 replies] Last: Eh, once school starts in 3 weeks I'll ask my math teacher 'bout it. ... (by closed account N36fSL3A)
|
Saving info like trees and such in a file |
|
[2 replies] Last: This might help: http://www.cplusplus.com/forum/general/107782/ (by Script Coder)
|
by huike
reading/writing file on multiple threads
|
|
[16 replies] Last: What do you mean by it doesn't scale? It probably comes from this: ht... (by kbw)
|