General C++ Programming - November 2008 (Page 10)

by vivid
How to find a reliable interpolation program
 
Hello, everyone. I am new here. I have a problem. I need a cubic spline interpolation code for my pr...
[no replies]
by spa
The GAME OF CONNECT N
 
Hi, I am trying to develop the following code for an assignment, but I am stuck! It is a game which...
[no replies]
Converting letters to numbers
 
I'm new to C++ and one of my first assignments is to write a program that ask for a telephone number...
[1 reply] : Well, your main problem is the "while(letter)" which will always evalu... (by firedraco)
How can i write port scanner in UDP fashion?
 
I know how to write a port scanner over TCP - i should connect() to each port. How to do it in conn...
[1 reply] : You will have to use ICMP Echo Requests and look for replies with the ... (by jsmith)
by am1767
Making Change
 
I'm currently making a soda machine program. The user enters change, selects an available beverage a...
[2 replies] Last: So in the real world - if you are a cashier, and I give you 1 dollar f... (by guestgulkan)
Is fork() a multi-threading? What Win32 uses for multi-threading?
 
Whats the difference between fork() & select()?! Select() gives you the ability Synchronous I/O Mult...
[4 replies] Last: THANKS (by f ben isaac)
by Roz
a function with character array
 
How can I write a program to call a function to perform the following: 1- intpu 10 elements of arra...
[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?
 
Hi! I have to write an application which sends/receives a data through the RS232C port but don't ...
[6 replies] Last: It's been a long while since I've done it on Windows, but it is straig... (by guestgulkan)
"official" geometry library/classes
 
I've spent a lot of time working on a bunch of classes (point, vector, ray, triangle, plane) etc to ...
[2 replies] Last: There isn't any standard I'm aware of, but there are good libraries fo... (by exception)
Roots Function. Can't make it work......
 
The descriminant value shows up but the roots do not output. Any thoughts? Heres the problem spe...
[1 reply] : Please use [/co de] tags around your code so I can actually read the... (by firedraco)
Functions that return char[]
 
I have written this code as part of a project. if my variable Name has the value "Amazon", how can i...
[6 replies] Last: seems it's been answered, but for future reference, it is much appreci... (by Mal Reynolds)
Root Function. Time is limited. Due Tomorrow!
 
This is probably the worst prof I have ever had so I have no idea what to do to make this program. H...
[1 reply] : Well we aren't a homework service, but we will help you solve the prob... (by jsmith)
binary output of any type
 
#include <iostream> void binOutput(unsigned char*,size_t); int main() { bool variable; b...
[1 reply] : I'd do template< typename charT, typename Traits, typename T > ... (by jsmith)
Accessing Private Members of the Base Class
 
Its apart of the project assignment that they are defined as private not protected. I need to use th...
[2 replies] Last: As noted above, yes, you would have to write a setter and getter for e... (by satm2008)
Reading a flie
 
/** Stephen Ingram CS 115 Sec 401 D. Cichon 10/25/2008 s.ingram@uky.edu This program decide...
[1 reply] : You have made an error in Line 60 - in the invalid_Password function. ... (by guestgulkan)
Function that returns object name in c++
 
I want to initialise an object say A of class alphabet. the data for the object is located in a text...
[9 replies] Last: will surely try again. thanks (by ejjunju)
problem in map-iterator!!!!!!!
 
i have the code for the following problem but it's not working plz help me out! we have to ente...
[1 reply] : map is not the right container for this, at least the way you are usin... (by jsmith)
Creating a Battleship Game!!!!!!!
 
I need to write a program to play a game like battleship where you try to sink a fleet of 5 vessels ...
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ Write down for yourse... (by Scipio)
by Muidem
Ternary Operator Problems
 
I've written a shift cipher encryption program and just for educational purposes I wanted to see if ...
[4 replies] Last: Code obfuscation I suppose. (by firedraco)
list::sort for pointers
 
Hello, I have list with pointers to a class object. I want to sort them by the first data member ...
[2 replies] Last: Thank U! Best regards! (by functionargument)
November 2008 Pages: 1... 891011
  Archived months: [oct2008] [dec2008]

This is an archived page. To post a new message, go to the current page.