by PCastro
fbc -lang qb -dll "c:\documents and settings\DLL_test_QB.bas" command is not working in System
|
|
[4 replies] Last: done... Thanks (by PCastro)
|
by Vanapapi
Trouble with linked lists.(Graduation excercise)
|
|
[2 replies] Last: conductor->next=0; Line 120 I guess i did... is that important? I fo... (by Vanapapi)
|
by Null
wxWidgets multithreaded app crashes
|
|
[3 replies] Last: May be you are deleting the thread which is currently running or locke... (by cpathrd)
|
by usama8800
declaration
|
|
[5 replies] Last: If still you have problems, Provide the Enemy.h or Enemy class. that m... (by cpathrd)
|
by ayanda83
if..else.. CONDITION FOR TESTING A PRIME NUMBER
|
|
[3 replies] Last: it's enough to go from 2 to sqrt(yourmaybeprimenumberorwhatever) (by viliml)
|
by ayanda83
CAN YOU HAVE A MEMBER FUNCTION RETURNING A STRING IN A CLASS
|
|
[9 replies] Last: @ToniAz: Can ANY function return an array? Any kind of array? No, just... (by viliml)
|
by rvelez3
happy returns
|
|
[1 reply] : Need more details on what's going on and what the problem is. What do ... (by soranz)
|
by jake eum
string print problem
|
|
[1 reply] : use cin.ignor() for removing that space. cin >> A >> U >> R ... (by HiteshVaghani1)
|
by Erasermaster
Decimal to ASCII char
|
|
[4 replies] Last: There is char itoa(int ) and int atoi(char) function also availa... (by HiteshVaghani1)
|
by jake eum
string problem II
|
|
[3 replies] Last: Thank you ~ (by jake eum)
|
by fpiro07
Floating point types fake numbers
|
|
[4 replies] Last: Hello, just adding the aswer, the cause is the representation of floa... (by engelsbr)
|
by freta89
Container verses array
|
|
[5 replies] Last: Hey guys, yeah you can! dragonfiresdk has been a good option for me. I... (by freta89)
|
by legolizard
CreateProcess(/**/) causing segmentation fault.
|
|
[3 replies] Last: Beware that CreateprocessW() does not take a const string as second ... (by modoran)
|
by Raman009
difference between int* and int&
|
|
[9 replies] Last: well Moschops certainly made a point about the object pointers being ... (by Raman009)
|
by Raman009
Virtual functions (undefined reference for vtable )
|
|
[3 replies] Last: thanks guys !! well , I made the changes in the code and it worked . I... (by Raman009)
|
by Alobaidan
New to C++
|
|
[16 replies] Last: I think it's fine as is. There are endless ways in which the code can... (by kbw)
|
by jamesa
need a second pair of eyes! help!!!1
|
|
[9 replies] Last: @viliml i forgot int main(){ return 0; } is also bad (by DeXecipher)
|
by CMarco
file name
|
|
[2 replies] Last: Thanks (by CMarco)
|
by russiancali
Arrays, variables, and renaming!
|
|
[no replies]
|
by rdx
array of string problem
|
|
[2 replies] Last: actually.... i have wrongly written string array .....it should be :... (by rdx)
|