by vivid
How to find a reliable interpolation program
|
|
[no replies]
|
by spa
The GAME OF CONNECT N
|
|
[no replies]
|
by saintsmom
Converting letters to numbers
|
|
[1 reply] : Well, your main problem is the "while(letter)" which will always evalu... (by firedraco)
|
by f ben isaac
How can i write port scanner in UDP fashion?
|
|
[1 reply] : You will have to use ICMP Echo Requests and look for replies with the ... (by jsmith)
|
by am1767
Making Change
|
|
[2 replies] Last: So in the real world - if you are a cashier, and I give you 1 dollar f... (by guestgulkan)
|
by f ben isaac
Is fork() a multi-threading? What Win32 uses for multi-threading?
|
|
[4 replies] Last: THANKS (by f ben isaac)
|
by Roz
a function with character array
|
|
[1 reply] : 1: passing arrays is the same as passing other variables (if you want ... (by Bazzy)
|
by n0ext
How to write/read from the RS232C serial port?
|
|
[6 replies] Last: It's been a long while since I've done it on Windows, but it is straig... (by guestgulkan)
|
by daviddoria
"official" geometry library/classes
|
|
[2 replies] Last: There isn't any standard I'm aware of, but there are good libraries fo... (by exception)
|
by GolfinRover
Roots Function. Can't make it work......
|
|
[1 reply] : Please use [/co de] tags around your code so I can actually read the... (by firedraco)
|
by ejjunju
Functions that return char[]
|
|
[6 replies] Last: seems it's been answered, but for future reference, it is much appreci... (by Mal Reynolds)
|
by GolfinRover
Root Function. Time is limited. Due Tomorrow!
|
|
[1 reply] : Well we aren't a homework service, but we will help you solve the prob... (by jsmith)
|
by Timaster
binary output of any type
|
|
[1 reply] : I'd do template< typename charT, typename Traits, typename T > ... (by jsmith)
|
by Hobbitongal
Accessing Private Members of the Base Class
|
|
[2 replies] Last: As noted above, yes, you would have to write a setter and getter for e... (by satm2008)
|
Reading a flie |
|
[1 reply] : You have made an error in Line 60 - in the invalid_Password function. ... (by guestgulkan)
|
by ejjunju
Function that returns object name in c++
|
|
[9 replies] Last: will surely try again. thanks (by ejjunju)
|
by vipul mehta
problem in map-iterator!!!!!!!
|
|
[1 reply] : map is not the right container for this, at least the way you are usin... (by jsmith)
|
by lnzshell
Creating a Battleship Game!!!!!!!
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ Write down for yourse... (by Scipio)
|
by Muidem
Ternary Operator Problems
|
|
[4 replies] Last: Code obfuscation I suppose. (by firedraco)
|
list::sort for pointers |
|
[2 replies] Last: Thank U! Best regards! (by functionargument)
|