Beginners - March 2009 (Page 8)

by Gaylle
i cant get this program to work
 
hi everyone. i hope y'all r doin great today. i saw this prob somewhere and tried to solve it but be...
[2 replies] Last: By the way, use it like: geometry or geometry <filename_of_fi... (by R0N)
by zydeoN
Loops program error
 
Hi, i've done a simple program that has 2 variables (x and y) and displays their multiplication and ...
[6 replies] Last: yes, its easier... (by zydeoN)
Why do I get a strange output some of the time?
 
I am new to programming and have been having a problem with my program. It is supposed to convert a...
[2 replies] Last: That worked. Thanks for your help. (by nospeake)
my password program...
 
i wrote a password program and at one point i compare a user prompted password to a password in a fi...
[5 replies] Last: if i do how can i keep the "starring" effect for when you enter a pass... (by kyle11778)
Whitespace
 
Could anyone explain why that when I compile this it doesnt form a newline? Am I missing somethin...
[6 replies] Last: Believe me, it's a mistake that just about everybody has made at some ... (by jdd)
Sending data to an array
 
First of all, I am a C++ beginner, so please keep your responses VERY basic. I am working on a p...
[1 reply] : I suppose you can best use two array's of vectors for this. #inc... (by R0N)
C++ Coursework Issues
 
Hi people. I've been set some C++ coursework as part of my degree course, but I am new to C++ pro...
[10 replies] Last: Thanks for the help guys, it really means a lot, my coding has improve... (by Spawn Of Yallop)
Creating a Circular Maze Graph in c++
 
I can think of many non-efficient ways to do this, but I would really like some help on how to get g...
[3 replies] Last: When you say 'graph data structure', are you referring to a typical ve... (by jRaskell)
Recursivity tutorial
 
Hey all. I'm slowly chugging through the tutorials on this website and I hit a snag at the factorial...
[4 replies] Last: Check this tutorial: http://simpleprogrammingtutorials.com/tutorials/c... (by kdenisk)
some questions...
 
How do we give colour to the text? How do we set color to the background?
[2 replies] Last: thank you.... (by Harlequin)
Executing another program from a program
 
Hi. I'm a beginner at C++ programming and I'm working on a project. I want to execute another progra...
[2 replies] Last: It works perfectly. Thanks! =) (by fr33d0m111)
by luki
problem using 2tan
 
Hi everyone, I am trying to use a coordinate formula called haversine formula for my project to f...
[2 replies] Last: thanks for the help, greatly appreciated. (by luki)
by si en
string as array
 
hi everyone . i am newbie in CPP . i have a problem for my program . i try to use getline in or...
[4 replies] Last: http://www.cplusplus.com/reference/stl/vector/ Read up :) (by firedraco)
by masiht
data structure
 
Hello ! Can any one please tell me how is data structure useful. for example #include<iostream>...
[5 replies] Last: I'm not quite sure what you mean. I was just explaining a possible use... (by RedXV)
by Prissy
sth about excutable string?
 
#include <stdio.h> int main(int a) { char* x = "bB_Z#^B_Z#h1AI.BMB5#VB2>2:B>>=6#RB@1.>>L12#NB6N:...
[3 replies] Last: Got it . Thank u so much~ (by Prissy)
Object Error!
 
Ok, I don't know why I did get this Obj error! This is the AppCalcularPi.cpp //Were main() is. ...
[4 replies] Last: Ok, U R AWESOME! it was error number 2.... -_-'! I forgot to sco... (by PSPMAN90)
how to solve this task
 
WAP to print: 1 2 3 4 5 6 7 8 9 10 in C. The number of rows(n) is input by th...
[4 replies] Last: It says C++ and stuff, but most people don't care if you need help on ... (by firedraco)
flushing input buffer
 
I'm finishing up the last two functions for my myString class, operator>> and getline(). The proble...
[2 replies] Last: It works Thanks (by grcunning)
how to solve this problem
 
absolute beginner. using microsoft visual studio. all i want to do is type in 'A' and enter, a...
[2 replies] Last: This code should/would generate an error: char mystring['A']; mys... (by eker676)
Custom bit widths
 
How do i create basic datatypes with custom bit widths? Example: I need a 20 bit signed integer. ...
[3 replies] Last: a bit field struct bit_field{ unsigned field : 20; // 20 bit ... (by outsid3r)
March 2009 Pages: 1... 678910... 29
  Archived months: [feb2009] [apr2009]

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