Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 787
|
Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 836
Linked list loop problem
I have to add 2 polynomial equations. Each are stored in linked lists. eq_1 and eq_2 linklists are added and the total is stored in eq_1 linklist. But the problem is when im trying to add both...
|
Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 771
Floyd heapsort
Hello, I am supposed to implement heapsort proposed by floyd. I got it as a home work. I know the simple implementation of heapsort. but what i am supposed to do is- while sorting, instead of...
|
Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 772
nodes.
so im tryna save input from stdin to a node. but every time i run the loop it resets whats in my node. idk if that makes sense.. heres my code.. <div class="codeblock"> <div class="spaced"> <div>C...
|
Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 758
strndup implicit declaration
I have already included string.h, I've even tried defining GNU but I still get the same warning/error when I compile it. below is not really code, its the warning/error I get <div...
|
Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 817
|
Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 845
|
Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 490
Guessing game in turbo C
hey guys.,i want to make a guessing game in turbo c, with a range of 0-100, the program should guess, or the person guesses.,
|
Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 507
program for Com port in C
Hi there folks I have done quite a bit of C programming for embedded environments and PC console programs but never for windows applications and only once before with the PC COM port. When I...
|
Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 497
I am not able to print a menù with a function
Hi, I am having problem in getting a menu' on the screen by using a function. At the compiling time I do not get any error but at the running one it doesn't produce any result. Here the code: <div...
|
Forum: C
03-19-2011, 09:40 PM
|
|
Replies: 0
Views: 1,199
Is it possible to rotate image in 180 degree?
Hello All I have on prog. in C which displays the text file in reverse order. I was in thinking that for text file reverse order means displaying text from end of file to beginning of file. in...
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 1,265
Counter Error in my code, can't figure it out...
Would somebody please assist me? I have been consistently been doing trial and error with my counter. You see, when the program cannot locate an item (which is typed at the bottom) it displays...
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 715
static pointer usage leads undefined reference
Hi, I am new to c++, facing difficulty in compiling the following code <div class="codeblock"> C++ Syntax (Toggle Plain Text (http://www.domainnameforum.org/#))
<div id="code78049776_1">
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 683
How to write this code recursively?
<div class="codeblock"> C++ Syntax (Toggle Plain Text (http://www.domainnameforum.org/#))
<div id="code2128322936_1"><ol><li class="li1"><div class="de1">
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 693
How to write a proper Loop?
<div class="codeblock"> C++ Syntax (Toggle Plain Text (http://www.domainnameforum.org/#))
<div id="code1065613543_1"><ol><li class="li1"><div class="de1">
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 755
Prototypes for functons
<div class="codeblock"> C++ Syntax (Toggle Plain Text (http://www.domainnameforum.org/#))
<div id="code1353713928_1"><ol><li class="li1"><div class="de1">
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 668
Awkward Declaration Syntax
I need a few helps for some things that I just cannot get the syntax of! (I need these, and if you don't believe me I can post the reason) 1) Creating a function within a function 2) Creating a...
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 663
anagram C++
please someone edit this code for me. I do not know how to write the logic part in the function 'TestAnagram' when i debug it, it shows the same word twice instead of showing two different words...
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 702
std::string question!
whenever u create a string like this... std::string name = "HELLO THUR"; what size buffer does the constructor store the string in when instantiating this string object? im curious thx!
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 454
for_each in c++?
I was wondering if there is a for_each function in c++, I have searched for it on the internet and I cant seem to find a definitive answer, is it in the new draft for the c++x?
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 575
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 468
Code Suggestion?
When dealing with larger programs and your starting from scratch should you split classes using headers and the .cpp files from the very beginning? I am looking for a suggestion because I find...
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 396
Lower a std::string, but not completely
Hi, I use the stl features to deal with string conversions, especially facets. Now, I am faced with the task to lower a string except its first letter. Please note that I am dealing with...
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 410
I want Algorithm for this question.
1. Write a program that calculates gross wages for employees. The program should ask the user to enter an employee’s ID, hours worked and hourly pay rate. It should then calculate the gross wage for...
|
Forum: C++
03-17-2011, 05:10 AM
|
|
Replies: 0
Views: 443
Creating a rectangle C++
I'm trying to write a method that draws a rectangle. If the user enters height = 4, and width = 8, and the print of character " * ", then the left rectangle is drawn on the left if the filled flag is...
|