General C++ Programming - March 2010 (Page 7)

Binary Search
 
i currently have the below program that uses a sequential search. Pretty much the user enters a numb...
[1 reply] : i have resolved this issue (by FinalAdvent)
by caldin
new project, new problem
 
hey guys, got a new problem with a new project. in this project, we split our code into different h...
[7 replies] Last: if anybody is willing, they can PM me their email address so i can sen... (by caldin)
Merge Sort Algorithm
 
I am supposed to implement a merge sort algorithm using the predefined functions. I was given 5 fun...
[no replies]
by zootv
How to change one row in a matrix using a loop?
 
Hello. I have the matrix below (3x3)which contains 9 names. How can I change one row in this matrix ...
[1 reply] : Call function ChangeRow() showed as follows, giving row as the row num... (by webbertiger)
Random Numbers I Fail
 
Well I want to generate random numbers. The problem is, I don't want them to repeat, and I want to g...
[3 replies] Last: i tried this, and it says list undeclared, i did include list, maybe i... (by Kondziu)
by andra
'std::bad_alloc' and Graph recursion problem
 
Hi All, I would like to build a graph of words and be able to traverse on such a graph. I have wri...
[3 replies] Last: If installing more memory is not an option, you'll have to keep most o... (by helios)
Access Dynamic path/folder with ios:ofstream
 
For Making long description short see my case: suppose, path: "../defult123/test.txt" my...
[3 replies] Last: http://msdn.microsoft.com/en-us/library/aa364418%28VS.85%29.aspx http... (by kbw)
by shenh
How to new a structure containing pointer
 
Dear All, I am trying to new a structure, typedef struct{ int *nodeIndex; int *linkIn...
[2 replies] Last: First of all, don't declare it like that. That's a C way and should n... (by kbw)
VA_List write string
 
Hi I'm relatively new to programming C++ and I'm writing a wrapper around this class we have. What I...
[2 replies] Last: I was able to get it to work using the FormatV method in CString. Than... (by rjcurro)
Syntax error i think
 
Ok so Im trying to see if the vlaue is not a null assingment and I think that it is set up like this...
[2 replies] Last: Thanks for the advice I am still prety new at this programing thing:) (by Kakashi)
Remove Comments and blank lines from LOC.
 
Hi all.. i have a program to count LOC i.e. Line of code of a source file of any C++ program. The LO...
[5 replies] Last: This is the sample code for counting the line and ingnoring the commen... (by bluecoder)
by cmpe89
Recursive: Palindrome C++
 
Hey I need help writing this program. I am trying to study this problem for a quiz tomorrow. Please ...
[2 replies] Last: http://cplusplus.com/forum/general/21308/ (by moorecm)
by cmpe89
Recursive palindrome
 
Hey I need help writing this program. Any help would be appreciated. Thanks. Write a recursive fu...
[2 replies] Last: The recursion will take care of the looping. Just write a function th... (by moorecm)
by bymaks
APİ
 
turbo c + + how to encode the speech I had written a powerpoint file to a run on the desktop. that t...
[3 replies] Last: thank you. Single file on the desktop, not c: \ \ running. (by bymaks)
Beginning Question
 
Hi All, I've just got my first mfc assignment for my C++ class and I'm having issues already. Perhap...
[1 reply] : http://www.lmgtfy.com/?q=cannot+open+file+nafxcwd.lib&l=1 (by lloydchristmas759)
by milad
Embedding an existing exe file into another C++ program
 
Is there a way to link an existing .exe file with other C++ source files during compilation? What I'...
[2 replies] Last: Hi you said this is a command line version so this may help you http:/... (by Vidus)
Random numbers and arrays
 
So I'm doing an assignment that says i have to generate a random number between 0 and 999 and then u...
[no replies]
Palindrome Program Using Functions
 
My assignment in my class is to create a palindrome program for any given string. The main function ...
[4 replies] Last: You are getting a linker error because you've previously defined Input... (by Seraphimsan)
Overloading assignment operator
 
I'm trying to write a program that simulates a small memory manager. By the bounds of the problem I...
[7 replies] Last: I was going to suggest that you define your own pointer class. Your ... (by guestgulkan)
by Disch
C++0x
 
Is it "official" yet? Are GCC / VS updated to support it yet? Does anyone know where I can fin...
[13 replies] Last: the only reason we’re even considering this is because Edison Desig... (by firedraco)
March 2010 Pages: 1... 56789... 23
  Archived months: [feb2010] [apr2010]

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