by apollocreed
Matrix printing
|
|
[2 replies] Last: oh, thank you. (by apollocreed)
|
by SCB3
Why this is happening?
|
|
[6 replies] Last: http://stackoverflow.com/questions/5605125/why-is-iostreameof-inside-a... (by cire)
|
by blippy
Using _Decimal64 from g++
|
|
[4 replies] Last: Nice, I didn't catch that these were OS specific defines, sorry. (by jonnin)
|
by glaivetitan
Integer Array that can be sorted in different kinds
|
|
[1 reply] : c++ has built in sorting, but usually these problems are to re-invent ... (by jonnin)
|
by sylvain
Plugin <stdlib> works no more. What plugin instead ?
|
|
[3 replies] Last: Thank you very much. With <cstdlib> it's OK !! (by sylvain)
|
by omarespanol
hook sendmessage without DLL
|
|
[1 reply] : You can copy executable code directly into the other process' address ... (by helios)
|
by iosgaming700
find matches between 2 arrays
|
|
[7 replies] Last: To see what's wrong with your code, here it is, indented to show the b... (by dhayden)
|
by awsdert
Issue with filter
|
|
[17 replies] Last: Okay was getting the same result only because I didn't notice that com... (by awsdert)
|
by logdog9191
issue with validation loop
|
|
[1 reply] : Your do while loop conditions are wrong - you're just missing an = for... (by prc27)
|
by omarespanol
Convert int to LPWSTR
|
|
[9 replies] Last: This shouldn't be happening: those symbols are defined by the standar... (by mbozzi)
|
by iosgaming700
Help with using functions!
|
|
[1 reply] : Im trying to use what i have in each funtion without typing the same c... (by iosgaming700)
|
by iosgaming700
Help calling a function in a function
|
|
[3 replies] Last: EDIT it worked (by iosgaming700)
|
by jaydegabert
Calculator Program
|
|
[1 reply] : getOperands(num1); This only passes one number when it was initial... (by Hengry)
|
by omarespanol
Show console since dl using mingw
|
|
[2 replies] Last: How i can link the console to my dll?????? (by omarespanol)
|
by ghost1111
char question
|
|
[9 replies] Last: i already solve it and i got to work in the loop thank for the help (by ghost1111)
|
by lawrem16
creating all permutations of a grid?
|
|
[4 replies] Last: yea that is what I got also, assuming you didn't want caps and lowers ... (by jonnin)
|
by Jubberwacky
Fixing Date Class
|
|
[1 reply] : //d1.setDate(11/06/1996); d1.setDate(11, 6, 1996); Date dateOfBirt... (by ne555)
|
by omarespanol
LVColumn question
|
|
[5 replies] Last: As far as I understand LVM_INSERTITEMW or LVM_SETITEMW deal only with... (by Thomas1965)
|
by ghost1111
random character generate
|
|
[3 replies] Last: it is initialized already. it contains your 3 possible outcomes. th... (by jonnin)
|
by apollocreed
Return maximum value function
|
|
[2 replies] Last: Thank you, that worked perfectly. (by apollocreed)
|