Beginners - February 2008 (Page 9)

by Vadi
Static binaries (?)
 
Okay, two questions - a) what are they? The internets didn't really answer much. Not even wikipedia :( And b) What do I do to make my binary be one, for a C ...
[no replies]
Random number
 
Hey, I'm new to c++ and I'm trying to make a stone, scissor, paper game :P I need to know how I make the computer choose a number from 1 to 3 So how do I ...
[1 reply] : This should help. http://www.cplusplus.com/reference/clibrary/cstdlib... (by MadeinFinland)
by loga
error in filter design coding
 
hello everyone, please anyone could help me to fix these errors.i have tried but im getting so many erors after that.thank you very much. #ifndef _Conve...
[no replies]
by kas
recognize the 'ENTER' while taking up a string...
 
m tryin to create a password field in ma program... i've taken n array of char... n takin input thru a loop... n i hv to stop tht loop where the user press 'en...
[no replies]
main()
 
what does this means...? int main( int argc, char* args ) Why do some people add those parameters there? I know you are declaring an integer argc, and ...
[1 reply] : let us say that output of your compilation is executable file a.exe, t... (by a n chatterjee)
first C++ program - computing taxes
 
hey everybody, this is my first program, and taking the first programming class in school, and our teacher wants us to write a simple program that will calculat...
[1 reply] : I am not sure what your intension of 'cin >> "rate * price" ' is but i... (by dolorx)
by andru
spelling a text
 
Please help me to spell the following text: "Pentru a realiza blatul de tort se amesteca: faina , ouale, margarina , sarea si celelalte ingrediente.\n" I hav...
[5 replies] Last: Read http://www.linuxtopia.org/online_books/programming_books/c++_prac... (by Hotaru)
Noisy Channel Simulation
 
Hi all! Can anyone help me with my code? I need to simulate a noisy channel. The program would get bits from an input. These bits would then be "processed...
[no replies]
by gumpis
CGPA Calculation Program
 
To write a program that first reads the total number of student in a class. Then, for each student, the program asks for student ID (represented as 5 digits in...
[no replies]
by smguy
if-else statement error
 
Hey, I'm having a bit of trouble with if-else statements. I've got them working fine for the most part, but when I try to make the condition multiple letters (f...
[5 replies] Last: I don't think the switch statement will be that beneficial in this sit... (by dolorx)
notepad???
 
WTH?! I heard you can write an application using a simple text editor like, notepad instead of a compiler. Is that true?! if so, how?
[3 replies] Last: In simple terms, the compiler is a program that translates your c code... (by jdstufu)
Robot programming
 
Hello, I am currently building a robot with my team and the robot needs programming. I was wondering if c++ is usable to program a robot.
[2 replies] Last: Hi :) C++ is a good tool for programming robots if you don't want to u... (by jdstufu)
funtions and char matrix errors
 
I keep getting an error when I try to use a function to do something with a character maxtrix in my main program. Here's an example void print_board (char bo...
[2 replies] Last: You can pass a multidimensional array but have to specify one dimens... (by dolorx)
Error for some reasons
 
// TestComplex.cpp : main project file. #include "stdafx.h" #include <iostream> #include <complex> #include <cmath> #include <vector> #include <Image.h>...
[4 replies] Last: i got it to work. Yeah, i actually did tried a new project before, but... (by UnknownX)
Syntax
 
What is an output statement and what is its syntax?
[1 reply] : I would assume an output statement is statement that outputs to the sc... (by dolorx)
by mwg47x
Black Jack scoring program
 
I am trying to figure out how to handle the input for a program that will score a black jack hand. I am pretty lost here, having never programmed before. Th...
[3 replies] Last: Thats cool, there are many ways to solve one problems some maybe more ... (by dolorx)
by nobody
c++
 
i need help id like to learn but what progarams do i need to write it please help me by giving me an email please v-gamer_bc@hotmail.com
[no replies]
store file path in array
 
How would I get the location of a file and store it in a character array when I right click the file; load my app then use the path in my app? The correct fu...
[no replies]
by Dexter
prime numbers help
 
I have this code and whenever it runs it just shows 1. It is supposed to spit out all prime numbers until it hits 1000. Any help would be appreciated. #...
[8 replies] Last: I still learned a lot though thanks (by Dexter)
Using A Program
 
Ok, so I'm very new to programming using ANY language. I have a question. I wrote a program to determine the surface area of a solid, and it works fine, but wha...
[3 replies] Last: its cool, i am a new gauy, this prog also does mean a lot for me. (by luyun)
February 2008 Pages: 1... 78910
  Archived months: [jan2008] [mar2008]

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