Beginners - December 2013 (Page 17)

by Blank
i need help please
 
im not really quite sure, if im doing the problem correctly.. this is what i have so far... i need h...
[7 replies] Last: Its better to have a major function that calculates the bill given the... (by Stormboy)
by Nefri
date and time separeta from one string
 
Hello i need separate this. 5.5.10:30 into two string string zinter1 = "5.5." string zinter2 = "10...
[2 replies] Last: string intervalz = "5.5.10:30"; string zinter1, zinter2; ... (by Chervil)
fatal error: iostream.h: No such file or directory
 
Hello all, Finally I have started writting tiny programs in C++. And here is my first question: ...
[4 replies] Last: The header name iostream.h dates back to the pre-standard C++ of the... (by Catfish666)
fatal error: iostream.h: No such file or directory
 
Hello all, Finally I have started writting tiny programs in C++. And here is my first question: ...
[4 replies] Last: Ok, got it. Thanks for such speedy response Mats, modoran & Catfish6... (by patkipramod)
by Roua
plzzzzzzzz
 
Question:
[4 replies] Last: thank you all (by Roua)
Looking for list of good C++ books for beginner
 
Hi all, I am trying to find in FAQ/Article/Forum, a list of suggested C++ books for beginners. C...
[4 replies] Last: Thank you all, :-) (by patkipramod)
Beginner
 
Will this prgogram work? #include <fstream> #include <iostream> #include <iomanip> using n...
[2 replies] Last: No, you've closed your stream before it's open (possible exception err... (by ValliusDax)
.txt equivalence for mac?
 
So im in some tutorials that involve file making through c++ using fstream. Simple stuff, and i beli...
[2 replies] Last: txt isn't a folder, it is a file extension. I would guess that XCode ... (by closed account z05DSL3A)
Can someone please explain (1,2)
 
Can someone please explain for loops. Dem7w2 perfectly explained do loops for me but no...
[21 replies] Last: Guys, while I know how to use argc and argv , I was responding to a qu... (by ValliusDax)
by mgehad
templates
 
Hello , I use Eclipse (Ubuntu) and here's the error in the following code. any help 'd be apprec...
[2 replies] Last: Thank you :) (by mgehad)
by wolfv
error: cannot convert 'C (*)()' to 'C*' in initialization
 
This code looks simple but I am embarrassed to say I can not figure out the compile error. The comm...
[1 reply] : Drop the () on line 6. The compiler thinks line 6 is a declaration ... (by Lowest0ne)
Reading input files Error
 
Hey guys, I have an input file that looks like this Fahman 75 84 83 Saad 74 83 82 Mohsin 23 23...
[7 replies] Last: Read this: http://www.cplusplus.com/reference/ios/ios/good/ in.good... (by coder777)
Reading csv into 2d arrays properly
 
I've been looking into many I/O questions I have, and one in particular is how to read values in fro...
[4 replies] Last: Thanks alot, LowestOne. That quick change to if (!iss) break; on lin... (by CplusplusAcolyte)
Can Somebody Explain How This Works?
 
Hey! I am prepearing for the test and I would like to know how these two codes are working step ...
[5 replies] Last: This program works, however I have no clue what its supposed to accom... (by Cody0023)
Help urgent
 
Opening Screen The program should display a menu from which you chose to play or quit. Display bef...
[4 replies] Last: Your code won't compile at all, and your two main functions, which are... (by yulingo)
by pintee
How to detect newline in rich edit text control
 
Hi, I'm trying to detect the occurrence of a newline among some text typed into a text edit control...
[no replies]
converting decimal to hexadecimal
 
Hello all. So this was a code I've been working on and trying to implement another feature to this s...
[1 reply] : This is a simple way to do it here. I can guarantee you it's not the m... (by Garion)
Having problems understanding loops
 
Like the title says, i'm having problems understanding loops (do, for and while). I joined th...
[4 replies] Last: Here's a simple example that helps explain the difference between the ... (by CplusplusAcolyte)
what the -> operand does?
 
Hello C++ experts! I've a question about the -> operand that I now see quite often in some code f...
[5 replies] Last: Could you also point me some manuals/tutorials that explain such conc... (by ResidentBiscuit)
Whats the difference and what should I use
 
Hello, whats the difference between float(atan(14.865f)) and atanf(14.865f) and what should I use?
[2 replies] Last: Thank you! (by ravel1989)
December 2013 Pages: 1... 1516171819... 69
  Archived months: [nov2013] [jan2014]

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