by theisonews
an array to hold 5 randon numbers generated by rand();
|
|
[2 replies] Last: i compiled the program on rhel 5 and its giving perfectly 5 random num... (by writetonsharma)
|
by radeberger
winsock receive problem
|
|
[17 replies] Last: I mean do this: to send you do this: sendto(socket,(char*)&msg, s... (by writetonsharma)
|
by flyboya
programming pic board to send SMS messages
|
|
[3 replies] Last: here is the send protion. please help with receiving/reading texts fro... (by MattPol)
|
by mykolg
Modifying Link List node information
|
|
[4 replies] Last: Sorry, I remember calling it LList in class, but you are correct in st... (by mykolg)
|
by dooper
A Distance calculating program
|
|
[1 reply] : You can create a 2D array and store there the value of the distances a... (by Bazzy)
|
by darkmage
Iterating through bits
|
|
[1 reply] : You could use a bit mask such as 0x0001. Then, XOR (^) it with your w... (by jdd)
|
by tition
Invert a number mod N
|
|
[2 replies] Last: The language is a constraint, although probably less so than the funct... (by tition)
|
by aguger1
what is wrong with this?
|
|
[6 replies] Last: For example: if (compchoice == 0) cout << "I picked Rock "; cout... (by kbw)
|
by shaoen01
Check type of the objects created?
|
|
[19 replies] Last: Thanks for the insight! I guess i will have to cheat a bit by starting... (by shaoen01)
|
Generating NTLM password hashes |
|
[no replies]
|
by Mythios
Little confused on how to used pointers with this?
|
|
[13 replies] Last: Just posting this back I figured out out before but I did it like this... (by Mythios)
|
by start2046
how to get the end of the file? ios::ate doesn't work well.
|
|
[4 replies] Last: To writetonsharma: Thank you for your suggestions. I've tried that s... (by start2046)
|
by infotechish
Error C2100
|
|
[3 replies] Last: After playing around with it for a while I got it to work, but it's no... (by infotechish)
|
by kanesoban
undefined reference to `ReadFromFile(int&, int&, int**&)'|
|
|
[4 replies] Last: onur The problem is passing the third parameter by reference. You... (by guestgulkan)
|
inline functions and performance |
|
[2 replies] Last: Inlining allows the compiler to elide generating instructions to call ... (by jsmith)
|
by Timinator
Networking?
|
|
[1 reply] : hey tim, i tought you were tim bryant but found out u were taufeek. i ... (by phantomeye)
|
by wasabihowdi
Creating a numerial timestamp in C++?
|
|
[1 reply] : man ctime (by jsmith)
|
by wisleris
matrix transponation
|
|
[no replies]
|
by jhelo
delete structure (1,2)
|
|
[26 replies] Last: ok.. thank you thank you!!! mwah!.. :] (by jhelo)
|
by n4nature
line connecting two points in VC++
|
|
[3 replies] Last: ignore the rest of the details, just see the basic thing. PAINTSTR... (by writetonsharma)
|