by zara1367
recognizing the problem by the code given in'unhandled exception'
|
|
[7 replies] Last: Take a look here: http://en.wikipedia.org/wiki/Magic_number_%28progra... (by coder777)
|
by lehast22
Sub String Logic
|
|
[1 reply] : (x + |x|)/x = 2 if x > 0 and = 2 if x < 0. I'd think you mean '= 0 ... (by coder777)
|
by dashang
Converting NetworkInterface.GetAllNetworkInterfaces() to C++
|
|
[1 reply] : in C++ (or better what microsoft calls CLI) you need gcnew instead of ... (by coder777)
|
by Jhstaudt
Trouble Sorting & Calculating the Median of a Vector
|
|
[1 reply] : Explain lines 104-107. Explain line 109. What are you swapping? What ... (by keskiverto)
|
by cxinio
Iterative loop repeats more times than I expect
|
|
[8 replies] Last: Sorry, tcs, it should be recursive. I made a mistake. I thought they h... (by cxinio)
|
by Narlesm
Random question, please help asap
|
|
[3 replies] Last: Computer is the name of the class. Constructors do not have names. ... (by JLBorges)
|
by Myna
Need help with string
|
|
[1 reply] : Simplest way is to add a check within the for-i loop to skip if str i... (by bonho)
|
by AmitH
Error : unresolved externals
|
|
[6 replies] Last: I could be wrong but I thought you'll have to declare / define the act... (by bonho)
|