Beginners (Page 3)

Need A Tutor Coding
 
I'm stuck with my assigment code right now. Someone know well about c++, please tutor me.
[2 replies] Last: Could you pm my skype: damonphan_dp (by darkmoon)
Trouble with arrays in my code.
 
The problem in my code I'm trying to fix is the last two for statements.My program always messes up ...
[3 replies] Last: Now I get it. Thanks for insight. (by codebug)
Created an Easy Console Wave Pattern
 
So this console program I made prints out a moving wave onto the screen. This demonstrates that you...
[no replies]
Using NuGet to install SFML VS 2010 - not 08
 
Hey guys can someone show me how to install SFML in visual studio 2010?
[no replies]
Odd,Even and Factors
 
Guys! I need some help over here. I have problem making this program. I need to create a program...
[4 replies] Last: @vlad thank you very much for your help! and @PRW56 thank you also for... (by markgreen)
Need help getting this to work
 
Alright, i keep getting a error saying that line 26 is unidentified, can anyone help me plz ? ive be...
[1 reply] : Forward declaration: double calcScore(); Call: calcScore(judge... (by cire)
by LazK53
Code failed, but need to find output.
 
Hi - I'm supposed to figure out what the output of this code should be. However, when I run it in a...
[3 replies] Last: However, when I run it in a compiler (using Microsoft Visual Studio a... (by cire)
by user98
multiple codes in One Program
 
Hi every1 i have more than one application(codes) - calculator,converter,math functions. so how cou...
[19 replies] Last: If you don't want to post your code on a public forum, please stop was... (by cire)
Missunderstand function and parameter list
 
I had read few time about the function but i seem like don't get what is pass by value and pass refe...
[1 reply] : count and Units are passed by value. That means that count and Units i... (by Peter87)
Function for the length of a hypotenuse.
 
I need help with this problem: Write a function that will calculate the length of the hypotenuse ...
[2 replies] Last: C++ already has that function, it's std::hypot() http://en.cppreferenc... (by Cubbi)
windows form app problem! lnk1561; entry point not defined
 
#pragma once namespace grosspay{ using namespace System; using namespace System::Com...
[4 replies] Last: so.. i created a new form .. and #pragma once namespace gros { usi... (by magadavixt)
by skarla
an easy program.
 
I created an easy program,but i want to know if i should make it better,and if can i how? #inclu...
[16 replies] Last: Less readability with no improvement in performance is certainly not a... (by cire)
by Kobe24
Declaring variables..!!!
 
Hey programmers. I have problem declaring SHARE in this function. I tried many different ways but i...
[2 replies] Last: That is a snippet of code which isn't enough to illustrate your proble... (by cire)
10 to the power of 0
 
Hello All, I have this statement in my code: for (counter = 0; counter <= 2; counter++) { ...
[2 replies] Last: I like to make a small function of my own for these positive integer p... (by Stewbond)
Date compare
 
I have a file, 'date.txt' which has date in it. Like, Mon Oct 13 09:37:08 2009. Now i want to compa...
[no replies]
by Dan Su
Error/Disable String Input
 
Hey guys, I just have a quick question. Say I have double years; cin>>years; How would I gene...
[2 replies] Last: Ah thanks, I think I can make something work with the !cin. (by Dan Su)
memory leak question
 
my confusion stems from not being clear on whether the leak lives within the program execution or ou...
[6 replies] Last: Considering most larger non-critical applications have at least few le... (by hanst99)
merging vectors
 
Is there a way I can form a new vector by merging VectorOne and VectorTwo? // Simple code to sto...
[2 replies] Last: I don't seem to be able to combine my vectors though I've tried severa... (by vanessatse)
Compiler problem
 
I have a problem with two dimensional arrays. This is part of my code: const int NUM_CARS = 5; const...
[1 reply] : There's no 'k' there so this is the wrong function. (by hanst99)
by dnd123
Arrays with no set value
 
I am having trouble with arrays in my programming class. In the program I must create, I have to be ...
[1 reply] : int n; cin >> n; int* array = new int ; (by Moschops)
Pages: 12345... 109
  Archived months: [mar2012]

Cannot post in this page. To post a new message, go to the first page.