Beginners - May 2008 (Page 12)

by amax
writing word file(.doc) using FILE Pointer.
 
Hello, I have done programming for transfering file between client & server. I am Using File Pointer and I am able to transfer text file as well as .gif File....
[no replies]
How to read an image?
 
Hello, i want to read an image and to insert it as a input for a function this is my part of code: /////////////////////////////////////// #include <iostr...
[7 replies] Last: fedora: drop me an email at public01 _at_ zaita.com I will reply wi... (by Zaita)
by craksy
getting started with windows programming!
 
hey! i thought about posting this in the windows programing forum, but sence this is pretty much a beginners question i ask here. i did some console applicat...
[14 replies] Last: For a tutorial, as enixi0s said, try http://www.winprog.org/tutoria... (by closed account z05DSL3A)
Text Colors
 
I've just started learning C++ this year, and am having a little trouble. I've been trying to get black as one of my colors, but I haven't been able to. I tried...
[2 replies] Last: Thanks so much Zaita. This is all kind of a work in progress, and even... (by hello world)
reverseName function
 
I am struggling with my program. My reverseName function does work properly, and i can't seem to be able to figure out why. I was wondering if i could get some ...
[8 replies] Last: OK that worked. Now i can't get it to output and abreviated middle nam... (by newbie08)
help
 
Hi i have to write a program to develop an interactive program that calculates the number of squares of siding and shingles for a rectangular house of any size....
[no replies]
How to use (and modify) a reference type received in a constructor
 
Hello I am new here :) I found it impossible to send a reference type to a class through a constructor function and then get a reference to this reference fo...
[no replies]
by jtygs
help with inheritance. constructors/destructors
 
Hello. I am supposed to have this program print the constructor and destructor of the base class and the inheritance classes. The output is printing the base ...
[4 replies] Last: @milee http://www.cplusplus.com/doc/tutorial/inheritance.html (by closed account z05DSL3A)
Help please,about user-defined functions
 
hello I am quit new to C++ I was writing a code that could give out all prime numbers from 0 to 20 here is the code ,but the out was 4370436 I dont know what ...
[1 reply] : There are some good tutorials here: http://www.cplusplus.com/doc/tu... (by closed account z05DSL3A)
by gem925
Trouble with void function
 
I have to modify that same code to include a function for both A and B. The function for A should have the quantity of numbers passed in as a parameter and need...
[7 replies] Last: Hi milee, I think U have missed something while posting !!! as I can'... (by DiptenduDas)
C++ looping?
 
I'm not sure if this has to do with looping, but I need help because I know how to total up the amount purchased but I don't know how to keep it so there is no ...
[2 replies] Last: If you need not to keep the individual prices rather interested in the... (by DiptenduDas)
Full Screen
 
I'm new to C++ and was wondering if it's possible to make your console full screen, other than using ALT + enter
[2 replies] Last: But what if the console is already in full screen? Won't that undo it? (by Zaita)
Output names from an input file
 
Here is my task.... Background In this assignment, a person’s complete name has either two or three distinct parts, where each part is a string of non-s...
[8 replies] Last: ??? (by newbie08)
Need Help
 
Am getting this error when trying to compile this code. Error 1 error C2955: 'ListIteratorImplementation' : use of class template requires template argument li...
[1 reply] : I think you might need to include more of your code. (by jsmith)
help please
 
let me start off by saying that i know almost nothing about c++. im having trouble getting this code to run it just repeats the last cout statement over and ove...
[3 replies] Last: Hi ... If I am not wrong... 1. U need to call the function "getpow... (by DiptenduDas)
setw
 
ok I have a program and i need the second column in my fout report to line up numbers on the decimal point. I have been playing with this all day and just can'...
[1 reply] : Things to try showpoint Forces a decimal representaion ... (by Faldrax)
saving file bitmap
 
Hey guys i have a header file and now i am writing the implementation file and defining the constructors..i am having trouble with 1 but.. void bitmap:save (...
[6 replies] Last: You could try somthing along the lines of this: (untested code) void... (by closed account z05DSL3A)
May 2008 Pages: 1... 101112
  Archived months: [apr2008] [jun2008]

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