Beginners - August 2010 (Page 16)

by Si1v3r
Newbie question...I fail =\
 
Ok so last night I was engaging a friend in a war of talking in different languages(morse code, binary, hex, english...etc) all that good stuff... Anyhow I w...
[2 replies] Last: Awesome :D, Alright I'm going to rewrite this...I won't be defeated by... (by Si1v3r)
newbee and need guidance
 
#include <iostream> using namespace std; int main() { int 0, 1, 2, 3; char Y, N, a, z, b, c, d, e, f, g, n; { cout<<¨What ...
[16 replies] Last: and the quotation problem was because i had dead keys enabled. (by amboxer21)
by tvzen
download iostream
 
well,i got anjuta IDE and none ofmy programs are workng,im using ubuntu 8.1,and i think it is because i need to download iostream,yes im a noob....
[6 replies] Last: and im using VC++ on my PC,not linux (by tvzen)
Factorial problem
 
I am trying to create a program where you input a number, and it returns the factorial of it. Here is my code. #include <iostream> int factorial(int); ...
[2 replies] Last: You don't need the variable temp This is the value of the facto... (by Bazzy)
by altf4
multi directional tree
 
I am not sure what to call this or even what exactly i am looking for but this is what i am trying to do. I want to create a program that asks the user for inpu...
[3 replies] Last: Yes, but I was thinking he may be able to avoid making a tree of all p... (by m4ster r0shi)
Getting Tokens
 
I'm trying to write a program that will receive a string a user inputs, break the string up into "words", and then add these words to a vector. The problem is, ...
[15 replies] Last: Duoas, you are a saint. The only thing left to do is to get each word ... (by zeroslash)
by Jake94
Random Number Generation to a text file.
 
Hello All, I am a C++ beginner, so please try and keep it simple as possible! I already found an article on this website on this, but it says "I used help to...
[3 replies] Last: Thank you both, and I will mark it as solved if that works! (by Jake94)
Amount of objects in an Array?
 
Is there a way to get the amount of objects in an array? I'm trying to make a login, and it's Array based...
[4 replies] Last: http://www.cplusplus.com/reference/stl/vector/ (by Bazzy)
A newbie for C++
 
Hi everyone, I have just started learning the concepts the C++. Im learning in Linux environment. I want to go on with developing a simple project. I dont have ...
[2 replies] Last: Thnks for the reply.. As you have said.. I have got an IDE. f you... (by maheshgupta024)
initilize a variable to a blank character
 
hi.. how do I initialize a variable to a blank character; I tried char z = " "; but keep receiving this -- error C2440: '=' : cannot convert from 'const ...
[1 reply] : double quotes are used for strings. single quotes are used for chars.... (by Disch)
C++ tutorial
 
what C++ compiler was used for cplusplus.com tutorial. Thank.
[2 replies] Last: http://www.cplusplus.com/forum/articles/7263/ (by Bazzy)
by g34r
Illegal use of pointer
 
thanks for seeing my post, im beginer here I have a code : for write * ** *** **** ***** this code : ------------------------------- #include <conio.h...
[1 reply] : Please in the future use code tags. I don't see where that error co... (by Reynold)
My class doesnt know strings
 
#ifndef ENCRYPTER_H #define ENCRYPTER_H #include <string> #include <iostream> class Encrypter { public: Encrypter(); string encod...
[5 replies] Last: Ok, trying the typedef; not that I wanted to do it a certain way. I ju... (by Toothkiller)
by jzone3
Open program on different computer
 
Why am I not able to open a .exec on a different mac? I even tried sending the other computer the whole fold with the project.
[2 replies] Last: I said .exec not .exe (by jzone3)
by Kyon
Base to derived cast
 
Heya, I'm just curious. Is there such a cast, that a base class (pointer) could be casted to a derived class (pointer), in which the base data members are maint...
[1 reply] : You cannot change an object's type. Once you create an object of a sp... (by Disch)
by pizet
Simple game in C++
 
Hi , I' am not a C++ very big newbie( but of course I'm in my beginnings). By the end of this holyday I hope I will have finished this book - http://www.ac...
[4 replies] Last: Hello there, as a junior game developer i can give you the advice to s... (by Tamao)
by indr
problem with for loop
 
the following is the code... #include<iostream> #include<iomanip> using namespace std; int main() { float start_temp,stop_temp; float step,F,C; cout<<...
[2 replies] Last: Comparing floating point numbers for equivalence is dangerous because ... (by Galik)
GCC: function was not declared in this scope
 
Hello, been a while since I've done any coding, went on holidays for 4months and deferred. Anyway I have this error and can not figure out what I'm doing wrong...
[6 replies] Last: Thought I'd comment on this: Function definitions are already includ... (by Vexer)
by snt
Date/Time Filename
 
I can not figure out how to get the date and time into a filename. Here is the original snippet of code: cout << "Enter file name (without extension): "; ...
[9 replies] Last: Something that should be so simple is made to be a ridiculous task. ... (by firedraco)
by sidgs
New C library
 
In case I download a new C Library & Header for a specific purpose, how do I use it in my program? Plz reply.
[5 replies] Last: Thanks (by sidgs)
August 2010 Pages: 1... 1415161718... 28
  Archived months: [jul2010] [sep2010]

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