[Linux]wchar_t[]/L"string" --> wchar_t* undesired result |
|
[6 replies] Last: Also, in this case, you do not have to use wprintf to print wide chara... (by moorecm)
|
by smilingTiger
Arrays of strings, for loop and why back to the beginning?
|
|
[3 replies] Last: your for loop should be for(int i = 0; i < 4; i++). You're outside of ... (by oghmaosiris)
|
by rattata
size of array
|
|
[1 reply] : That trick only works for stack arrays in the function that created th... (by helios)
|
by rattata
'+' : cannot add two pointers (LPTSTR + tstring)
|
|
[3 replies] Last: - disadvantages? Well, the only disadvantage is, that it looks cr... (by imi)
|
by scallioglu
i dont know >>= is
|
|
[6 replies] Last: Thanks a lot to all... (by scallioglu)
|
by Scythe37
Linked List logic error
|
|
[3 replies] Last: I'm supposed to be building a queue and I am pushing the value of 33 ... (by sammy34)
|
by DBarzo
_BLOCK_TYPE_IS_VALID assertion with maps
|
|
[2 replies] Last: Found it. It was an error on a memcpy! Damn! :) Daniele. (by DBarzo)
|
by Parsa
Problem in dynamic memory allocation
|
|
[3 replies] Last: That kind of error can only happen when there's a problem in the code.... (by helios)
|
by Lod
C++ wav playsound function
|
|
[3 replies] Last: Header mmsystem.h Library coredll.lib (by Denis)
|
by Diaa
error LNK2019
|
|
[1 reply] : Post pixel.h and pixel.cpp It seems that you declared but not defined... (by hamsterman)
|
by caalar
Dynamic sized data structures
|
|
[1 reply] : I am not allowed to use vectors since I will be sending this packet t... (by helios)
|
by foobarbaz
RBG in windows.h
|
|
[3 replies] Last: your code saying RBG...change it to RGB and put below code where you d... (by hkr88)
|
by WilliamY
Quick Question: Exclamation Symbol (!)
|
|
[16 replies] Last: I should add that my previous statement is true for val being of any b... (by helios)
|
Random Number Initialization |
|
[4 replies] Last: Yea... I just experimented using srand(time(0)) in my main code, and i... (by closed account Lv0f92yv)
|
by marvolo1300
I need assistance with loops
|
|
[7 replies] Last: Hey! Have u checked the tutorial on this site? http://www.cplusplus.c... (by marvolo1300)
|