Beginners - May 2014 (Page 28)

SSN program.
 
Prompt the user for a social security number. Determine if the SSN is in the correct format. corre...
[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:...
[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 mes...
[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 startin...
[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 an...
[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 ...
[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...
[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 o...
[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 worki...
[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 w...
[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 so...
[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 statement...
[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...
[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 inpu...
[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 cha...
[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 ...
[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: ...
[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...
[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...
[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 erro...
[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.