Beginners - May 2014 (Page 28)

SSN program.
 
Prompt the user for a social security number. Determine if the SSN is in the correct format. correct input: Standard Input 123-45-67890 Program Output Ent...
[6 replies] Last: i can do the first three steps. (by JulyZerg)
Static timer using Chrono
 
I'm trying to make a static timer. //Timer.h #include <chrono> struct Timer { typedef std::chrono::steady_clock clock; typedef std::chrono::seconds ...
[1 reply] : > My problem is calling either of the elapsed functions looks to be re... (by ne555)
OpenCV error
 
I'm starting to use OpenCV and I'm doing the introduction tutorial but I keep getting this error message fatal error: opencv2/core/core.hpp: No such file or dir...
[1 reply] : I found my answer at http://kevinhughes.ca/tutorials/opencv-install-on... (by dNocito)
Beginner Books
 
Sorry if this is the wrong section, I'm new to registering to this forum. I'm planning on starting to program again in C++ and this time I want to study it p...
[3 replies] Last: This website's tutorial is definitely worth a read in addition to wha... (by RadWayne)
Using Classes
 
I am not exactly sure as to why the program is not taking in the input I give the program and put any numbers that were given into an array. What I have to do:...
[1 reply] : Here is the focus I guess, also the program keeps running even though ... (by EyesofRinnegan)
Appending a node to a circular doubly linked list
 
The problem is in the appendNode function. If I do a doubly linked list only it works fine,but when I connect the head and tail nodes the program crashes. ...
[1 reply] : nevermind. (by Cody0023)
Help with finding maximum
 
I am trying to make a program that finds the maximum of a function f(x) over an interval a<=x <=b by starting at x=a with a step size of Δx.I want to evaluate ...
[1 reply] : Unfortunately, you can't store functions inside int variables, so yo... (by long double main)
Need direction with my next learning step
 
Hello all, I am after some advice. I am relatively new to the C++ scene, but have a fair amount of programming experience. I have programmed in BASIC (and la...
[5 replies] Last: SFML is : Simple and Fast Multimedia Library (by closed account z1CpDjzh)
Think im reading in wrong
 
I am trying to be able to access info from a file to display it and think my reading in is not working. #include <iostream> #include <cctype> #include...
[no replies]
what am I doing wrong? please help
 
Hi, I am new to programming and I cant figure out what I am doing wrong. I sure bought the wrong book to self teach myself. haha This is the proble...
[5 replies] Last: // declaring functions prototypes #include <iostream> using namespace... (by closed account j3Rz8vqX)
Help with a function.
 
Hi Guys, First time poster here. Firstly yes this is a homework assignment and No I'm not after solutions just fresh eyes :). This is my Blackjack program. It...
[10 replies] Last: What I'm getting at: for(int i = 0; i < 13; i++) //print data { ... (by closed account j3Rz8vqX)
if and for or if and while
 
Write your question here. hello I need to write a program with if and for or if and while statements in one program could someone help me? I need a really sim...
[4 replies] Last: Make the program to read the text of your post(s) from a while and to ... (by keskiverto)
by angelk
List implemented operation to objects
 
Hello everyone, I know you give me an example of a list implemented in C++ objects, with the various operation with lists.
[no replies]
Filing in an ATM
 
This is the code to access the account info from a text file. The problem is that if we somehow input the wrong ID,(which is not in the text file) it somehow le...
[2 replies] Last: Thanks alot sir, it helped. (by spacer15)
Understanding function scopes.
 
Hi all! I'm learning C++ with Jumping Into C++ by Alex Allain. After having read the functions chapter, I thought I understood how the scope of functions work...
[8 replies] Last: Wonderful explanation, thank you so much for taking the time to help. ... (by Mary Magdalene)
Dynamic Table
 
Hi everyone, could someone help me, i need to add a row to a table dynamically on click of a button in c++ VS, could someone give me an example pls?I use a Tabl...
[no replies]
String error in Visual studio 2010
 
Write your question here. Dear All, I am a new user to VS. With a short in VS2010: label2->Text=System::Convert::toString(r); I got t...
[3 replies] Last: Looks like you are using C++/CLI. Are you sure you created the right t... (by feraudyh)
Help me to understand my assignment question
 
Wait! I am not asking the solution for my assignment. Since I am new to programming, I am finding it difficult to understand what kind of answer is expected for...
[1 reply] : The problem statement is basically what was given to you; what problem... (by Zhuge)
Error in <cstdio>
 
Hey guys, I'm having some trouble getting this code to compile. In fact, it starts compiling, but never stops. When I stop it manually it opens <cstdio> W...
[19 replies] Last: Awesome, thanks (by TheConfused)
COFF issue with legit code from the book
 
I am sorry it will be long one but I have tried a lot and I stuck(COFF) here. //first build error: 1>------ Build started: Project: box_demo, Configuratio...
[8 replies] Last: Your welcome (by Codermik)
May 2014 Pages: 1... 2627282930... 55
  Archived months: [apr2014] [jun2014]

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