Beginners

by admin
Welcome -- read before posting!
 
Welcome to the beginner's forum in C++.com! In this forum, users can to talk about any topic relate...
[2 replies] Last: How To Answer Questions in a Helpful Way Be gentle. Problem-relat... (by admin)
Console Closing Down (1,2,3,4,5,6,7)
 
Hi, i am new to C++ and have just written my "Hello World" program. It worked all right but the cons...
[120 replies] Last: It displayed "Hello world" after you pressed Enter. int c is a ... (by Duoas)
Beginner question.
 
I'm having a problem getting this code to work properly. When I run it, no matter what selection I p...
[1 reply] : @wreckatech Main thing I see as a problem, is that your variable for ... (by whitenite1)
by zramam
Help with Account class program
 
I am taking my first course in C++ and been struggling with the recent arrays and structures stuff. ...
[3 replies] Last: @AbstractionAnon You're very smart!! Thank you so much! I was able to ... (by zramam)
Code freezing at a particular point
 
This should be an incredibly simple thing to do and I have no idea why I am stalling where I am. Al...
[no replies]
Banking/ATM program, how do I set the current date/time for each action the user does?
 
I already finished my program, but the last step I'm supposed to complete is a transaction history f...
[4 replies] Last: I just want to know how to seperate lets say a deposit action with a w... (by Dkmariolink)
i need help (1,2)
 
im writing a program that is form one my physic problem and wanted to do some more to it i want to ...
[22 replies] Last: Glad you got it working. Of course (1,0,0)X(0,0,0) = (0,0,0). Try (1,... (by fun2code)
Hexadecimal calculator run time error
 
I'm trying to get this thing to work correctly but I just can't. For example, it adds hexadecimals l...
[1 reply] : I'm afraid there's a bit more to the problem than you're seeing. For s... (by fun2code)
Why doesn't my code compare version numbers correctly?
 
It is supposed to return 1 if version 1 is greater than version 2, 0 if they are equal and -1 if ver...
[2 replies] Last: I suppose that the numbers that sscanf() failed to read would remain u... (by ne555)
Where should I start to learn C++
 
Hello, I am a 13-year old who wants to learn how to code C++. I have absolutely no experience wit...
[2 replies] Last: Which book do you use? Is the Programming: Principles and Practice usi... (by chrissaji1234)
Dara Structure Assignment
 
I have this assignment to do. Please check this codes, specially deletePassenger function doesn't wo...
[no replies]
Help with Functions/Array Code: calling a function but won't let me enter input?
 
Hi guys! I'm a CS major who got assigned our most difficult homework yet, and was wondering if I cou...
[6 replies] Last: I fixed the first problem, but I'm having trouble with how to fix the ... (by aiiight)
by andcto
help with my code
 
Hi guys, i'm trying to do my homework that my teacher gave us and I'm getting an error that I don't ...
[1 reply] : the error it shows when i compile 1> concurso.cpp 1> Generating Co... (by andcto)
Function returning array, subscript error
 
I've only been coding for about a month, so bare with me. In my programming class the assignment is ...
[2 replies] Last: Finally got it to work: #include<iostream> using namespace std; //... (by YeBeardedOne)
about constructors
 
Can you tell me how to write the constructor for this? A constructor that accepts the following val...
[1 reply] : Version 2 is closest to workable. I am going to say "Wow" on the error... (by fun2code)
How do I draw a line in code blocks ??
 
how do I draw a line in code blocks ? is there any simple way by which I can draw a line with its...
[1 reply] : code blocks has nothing to do with it. What you mean to say is, can I ... (by Yanson)
Array problem
 
I have to create a program which generates a permutation of the alphabet (which for this is "ABCDEFG...
[1 reply] : A similar problem came through here quite recently. You may find some ... (by fun2code)
by cbar
Tax program using strings, error message
 
I keep getting an error message that I need to declare 'i' for the scope of my 'for' statement every...
[2 replies] Last: thanks! sometimes a second pair of eyes helps tremendously. my calcula... (by cbar)
Why do I need implement a class if I already have a working function?
 
My code already works, but my professor says it isn't complete because it doesn't implement the spec...
[no replies]
by dean
Template specialization
 
I'm trying to provide a specialization of std::begin & std::end for my custom class. I am still unab...
[no replies]
Pages: 123... 70
  Archived months: [feb2016]