Domain Name Forum  
Domain Name Coupons

Domain Name Forum

Domain Name Appraisals

Expired Domains

Domain Name Tutorials

Parking & Traffic Monetization

Domain Registration Reviews and rating

Domain Name Offers And Requests

Go Back   Domain Name Forum > Search Forums
Register FAQ Community Calendar Today's Posts Search

Showing results 251 to 275 of 500
Search took 0.17 seconds; generated 98 minute(s) ago.
Search: Posts Made By: C++
Forum: C 03-19-2011, 09:40 PM
Replies: 0
Views: 787
Posted By C++
function pointers typecast

This is a part of code i read in a standard book.. f() {} . . . int *ip;
Forum: C 03-19-2011, 09:40 PM
Replies: 0
Views: 836
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
error: expected identifier or '(' before '{' token

Hi all, I'm posting about an error I guess is pretty common, and I've done a Google and forum search before posting, and have spent ages trying to sort this myself. Just thought I'd clear that! ...
Forum: C 03-19-2011, 09:40 PM
Replies: 0
Views: 845
Posted By C++
Help Me To Print The Sequence

I want to print the following sequence. __* _*** ***** _*** __* Here _ denotes space.
Forum: C 03-19-2011, 09:40 PM
Replies: 0
Views: 490
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
Code not compiling for a function argument problem.

<div class="codeblock"> C++ Syntax (Toggle Plain Text (http://www.domainnameforum.org/#))

<div id="code942698908_1"><ol><li class="li1"><div class="de1"><span class="co1">//...
Forum: C++ 03-17-2011, 05:10 AM
Replies: 0
Views: 468
Posted By C++
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
Posted By C++
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
Posted By C++
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
Posted By C++
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...
Showing results 251 to 275 of 500

 
Forum Jump

All times are GMT -4. The time now is 02:01 AM.

| Webmaster Forum | | Domain Name Forum |



Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.