Beginners - March 2013 (Page 42)

How can i get an ofstream to output a string?
 
For a college project i am working on right now, we have to create a program that will take in chara...
[1 reply] : ofs << breaker; or ofs.write(breaker);//breaker should be char* typ... (by MiiNiPaa)
can i?
 
hi, i just wanna ask, can i ask a question about java coding? or only C++ here?
[2 replies] Last: thank you :) (by farahin93)
I Really Need Help (Car Class)
 
Exercise – Vehicle Class: Create a class Vehicle with the following private attributes:  Bran...
[7 replies] Last: I want the whole program also ! So does your instructor. ;) It is b... (by booradley60)
by greenz
C++ Primer (5th ed, Lippman, not Prata): Where can I find the source code for examples?
 
Hello. Where is it possible to find the source code of examples in that book? Exactly the 5th edi...
[1 reply] : http://www.informit.com/title/032174113 -> Downloads (the URL is in th... (by Cubbi)
Porting Java to C++
 
Hi I'm trying to port this lines of Java code into C++. ArrayList grid = new ArrayList ; ...
[no replies]
comparing two words
 
Hello everyone, I have been struggling with this one for days. It is my homework assignment and it i...
[5 replies] Last: 32 is ASCII code for space. You can avoid having to memorise the enti... (by Chervil)
OPEN A jpg FILE
 
Hi, I'm a really low skilled begginer. I'm tryng to write a code that getting a file name by key...
[6 replies] Last: your code is confusing... btw, why you don't using switch ?... (by chipp)
Queue - Slight problem
 
Hey, Im having a play around with making queues I have a problem though. While my code appears to s...
[3 replies] Last: So taking this further any clues how I could delete a specified elemen... (by jamessi88)
Help with Switch..
 
i want to write a C++ code using switch to ouput the equivalent ASCII value of digit/character ente...
[2 replies] Last: else if (ch>='a' /* ... */) x = 1; (by m4ster r0shi)
Need a help..
 
hello guys.. i wish u could help me with this program. Write a cplusplus programs that reads an int...
[6 replies] Last: thanks dude ..you are a great man. Respect (by elmoro15)
by Deo
infile
 
ATTENTION PROGRAMMERS!!! I’m struggling with this problem, can anyone help with me code this on...
[2 replies] Last: Sorry for that... actually I have started to code unfortunately I can... (by Deo)
cpp question
 
/// if I have a class as this one class myClass { public: const char *szBuffer; int szBuf...
[1 reply] : Yes they will. (by MiiNiPaa)
HELP ME PROGRAMMERS!!!
 
Do not double-post.
[no replies]
by ynzon
need help with assignment please
 
doing an assignment where a program reads rainfall values for 12 months the program must calculate ...
[17 replies] Last: // display largest month spelled out string largestMonth(double nums... (by vin)
MFC using pointers to change Dlg items
 
Hey guys i'm working on a MFC project for school, and i have to have to be able to access a picture ...
[6 replies] Last: nvm, figured it out... (by tmorlan)
template parameter!
 
using namespace std; # include <vector> using std::vector; class myClass { public : ...
[2 replies] Last: Thanks a lot @Stewbond (by closed account 28poGNh0)
set console position
 
Hey everyone ,I have another question on console wnd I am looking now for a function or manner to...
[5 replies] Last: @Lynx876 You the man, thanks alllllllllllllllllllllllllllllllllllllll... (by closed account 28poGNh0)
can anyone help me with this
 
Cindy uses the services of a brokerage firm to buy and sell stocks. The firm charges 1.5% service c...
[3 replies] Last: please can anyone help me with this question (by joker255)
by DELB
A small query - example code
 
int _tmain(int argc, _TCHAR* argv ) { string front; string back; string text = "Always laugh...
[1 reply] : Why can't I just put it as: "Always laugh when you can. It's cheap m... (by cire)
Variable not Printing to Cout
 
Hi, LeafyCircuits here. Somewhere on these forums was a person trying to make a Caesar Encryption p...
[1 reply] : This code doesn't compile as is, so I'm not sure how you're running it... (by cire)
March 2013 Pages: 1... 4041424344... 87
  Archived months: [feb2013] [apr2013]

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