by DeepFreeze
Functions problem !!!
|
|
[2 replies] Last: Thanks, helios for your quick replie. I am going to study pointers... (by DeepFreeze)
|
by Dakrhunter
The Game i was making from a guide wont work
|
|
[13 replies] Last: What book is it mbittel12? (by rej3kt)
|
by JohnOPhelan
Cannot convert char to double?
|
|
[4 replies] Last: Lol! I had a long day to be honest, and I can't believe I didn't spot ... (by JohnOPhelan)
|
by bytefreez
for loop calculation
|
|
[2 replies] Last: If you are a masochist: 1) compile your code to an assembler source... (by Abramus)
|
by winten
Mix strings [beginner]
|
|
[3 replies] Last: bytefreez : Why is that easier than string str1 = "com"; string s... (by R0mai)
|
by cbouwkamp
Having trouble using get
|
|
[12 replies] Last: will do thanks for the help (by cbouwkamp)
|
by Regine
ARRAY PROBLEM(what should I do with this one?)
|
|
[1 reply] : #include<iostream> #include<conio.h> using namespace std; int ... (by screw)
|
by Tuthon
Program with calculate Meteorologic measurements
|
|
[9 replies] Last: I have a one code, but it must be variable little. Can somebody help ... (by Tuthon)
|
by bwright
counters
|
|
[5 replies] Last: Alright, sounds good. I appreciate the help. Thanks guys. (by bwright)
|
by destro
Setting a word as a varible
|
|
[4 replies] Last: Or you could just use a string for either one? std::string guess... (by firedraco)
|
by pressence
Strings And Equality
|
|
[3 replies] Last: Both ideas combined worked properly, and displayed desired results. Th... (by pressence)
|
by DireMerc
Incomplete Character genetor program
|
|
[1 reply] : Maybe something like this: #include <iostream> //#include <string... (by psnurr)
|
by DangerD
ofstream as a data member
|
|
[4 replies] Last: thanks kempo... i was trying to open file like when u init the ofstrea... (by DangerD)
|
by Warslaughter
Problem with string.length()
|
|
[9 replies] Last: But it is worth reiterating (pun intended, I think) that had you used ... (by jsmith)
|
char array in a class |
|
[5 replies] Last: class TEST { public: // give it a constructor TEST() ... (by kempofighter)
|
Looking for a better way of getting/monitoring data |
|
[6 replies] Last: thanks! (by AlwaysLearning)
|
by JazzCat
Allow a string to accept spaces?
|
|
[6 replies] Last: Hrm, I think he might be trying to make an array on 20 std::strings ra... (by Zhuge)
|
Template classes broken into seperate files? |
|
[2 replies] Last: thank you for your help! i will read both of those and see if i can fi... (by MushroomWobbit)
|
by Nut420x
nested for loop problem
|
|
[7 replies] Last: You need exactly one for loop. Although there are multiple ways of wr... (by jsmith)
|
by shazlin
cin.putback
|
|
[6 replies] Last: Perhaps if you were to post your exact homework assignment ... (by Duthomhas)
|