by magusdknight
Contains a digit
|
|
[3 replies] Last: I would probably just store it into a string and use the string functi... (by firedraco)
|
The bigginers program from the tutorial |
|
[4 replies] Last: Don't think that programming is very easy. Just keep going ;-) (by Hazer)
|
by Hypersion
Vector output is strange ☺ ☻ ♥ ♦ ♠ ect
|
|
[4 replies] Last: Basically what happens is this: char ch = ' '; ch = 22; //this ... (by firedraco)
|
by acevans2
ASCII 30, ASCII 31, '
|
|
[7 replies] Last: You are making a bit of a meal of this. That code.txt file does con... (by guestgulkan)
|
by kg123
Question concerning *
|
|
[5 replies] Last: Thank you Buzzy, your suggestion is exactly what I want. Here is my r... (by kg123)
|
by MoonKami
Clarification on if statements
|
|
[1 reply] : Hello, in line 4 you want to read two variables from the user where... (by int main)
|
by tukuniata
prime number in another angle
|
|
[5 replies] Last: it is silly some times when someone can sit infront is computer for ho... (by tukuniata)
|
by baothuan
a strange way of using variable
|
|
[2 replies] Last: Thanks int main, it would help me lots :) (by baothuan)
|
by manuel2
problem with output file
|
|
[1 reply] : I don't think getline(cin,name); will return the string for outfile...... (by firedraco)
|
by cplus1
arrays program
|
|
[2 replies] Last: I think that dinamic allocation would be better... int npts, *arra... (by Bazzy)
|
Assistance needed with program!! |
|
[7 replies] Last: The variable 'right' wasn't declared too. I suggest you using 'num1*n... (by Bazzy)
|
by Cerburos
Really large numbers Fibonacci sequence past 93
|
|
[3 replies] Last: Duoas, Great reply. Those links show me exactly what I need. Thank y... (by Cerburos)
|
by UconnDan
Finding all prime numbers between 2 values
|
|
[5 replies] Last: You are close. // pseudo-code void ShowPrimes( int number1, int... (by jsmith)
|
by ggraz
Floating Point Addition Question
|
|
[3 replies] Last: Ok, I wrote my own version of this and got it working. What I fou... (by jsmith)
|
by Icarus247
String over char[] ?
|
|
[3 replies] Last: Thanks alot!! You guys answerd my question perfectly!! Great site! (by Icarus247)
|
by Copycat
Why won't this work? File I/O concerns
|
|
[2 replies] Last: THANKS! :D I couldn't figure that out for the life of me, staring at i... (by Copycat)
|
by amalshah71
Deleting contents of an Object
|
|
[2 replies] Last: what i was asking was will the char* value inside Temp class would be ... (by amalshah71)
|
by Cerburos
For loop wont repeat
|
|
[7 replies] Last: in places where you have used an 'if' conditional and there are only t... (by o0OpsyphiO0o)
|
by gAaRa
Wrong output from file (.txt)
|
|
[7 replies] Last: Thx a lot firedraco. Problem Solved ! abc<<name<<'\n'<<email<<'... (by gAaRa)
|
by LordoftheFly
Junk Input Causes the Program to Ignore "cin.ignore(1000, '\n');"
|
|
[2 replies] Last: I would've just used getline(cin, string); . (by Zaita)
|