by kayceeken
Access violation error when using Hazel
|
|
[12 replies] Last: Update: @Ganado, I just managed to isolate the problem code section! W... (by kayceeken)
|
by pmah
File manipulation
|
|
[4 replies] Last: To read a file into a vector and then display: #include <iostream> ... (by seeplus)
|
by Cambalinho
how use BITMAPINFO? why is BGR() instead RGB()?
|
|
[10 replies] Last: microsoft has _byteswap*** family of functions. If I am not mistaken, ... (by jonnin)
|
by Cambalinho
how send a function array parameter?
|
|
[16 replies] Last: thanks for the correction to all.. thank you (by Cambalinho)
|
by Cambalinho
how convert a 2D vector to void*?
|
|
[13 replies] Last: ganado.. thanks for the correction ;) (by Cambalinho)
|
by Squabs
Arrays with outputFilles.
|
|
[4 replies] Last: // Input user selection. cin >> userChoice; ... (by jlb)
|
by Cplusc
Reading Text File
|
|
[10 replies] Last: Unless I'm missing something re the input file, this seems vastly over... (by seeplus)
|
by frek
push_back and emplace_back
|
|
[5 replies] Last: > So for built-in types, there's no difference between the two, yeah? ... (by JLBorges)
|
by dorito200
declaring an iterator inside a templated function
|
|
[2 replies] Last: ah ok that makes a lot of sense haha, i guess i was way overthinking i... (by dorito200)
|
by juicypwner
How can i fix this line?
|
|
[1 reply] : #include vector and use std::vector to get the proper namespace or a... (by jonnin)
|
by Cambalinho
how use memset()?
|
|
[8 replies] Last: the best shot was realy: std::fill(Pixels, Pixels + SizeWidth * SizeH... (by Cambalinho)
|
by Cambalinho
how convert a 1D array to 2D and get it's size?
|
|
[10 replies] Last: unsigned int PixelColors ; This is not standard C++. In standard... (by seeplus)
|
by leo2008
data align issue
|
|
[3 replies] Last: From your SO link: * A data stream contains a binary stream of data ... (by DizzyDon)
|
by Cplusc
MPI_Aint_diff is undefined
|
|
[7 replies] Last: @lastchance I didn't get how how can I send ints and doubles separatel... (by Cplusc)
|
by pmah
Concatenating string
|
|
[5 replies] Last: std::string::c_str() gives you the pointer to the internal buffer of... (by kigar64551)
|
by pmah
OOP
|
|
[3 replies] Last: The issue is that src is defined locally in function input() - so can'... (by seeplus)
|
by Cambalinho
CodeBlocks IDE: can i make function descriptions?
|
|
[no replies]
|
by Cambalinho
how calculate values from 1D array?
|
|
[2 replies] Last: understand... thank you so much for all... now i need create a new top... (by Cambalinho)
|
by salem c
problem
|
|
[5 replies] Last: Instead of providing what was asked for, OP has deleted his post again... (by AbstractionAnon)
|
by MacarenaMea
ADT IteratedList - represented using a DLL
|
|
[3 replies] Last: The code you posted looks like it's been word-wrapped. Is your copy c... (by dhayden)
|