by bha
Read integer and print chars
|
|
[1 reply] : What is your pseudo code? (by mickey4691)
|
by PR Erkle
problem after problem
|
|
[4 replies] Last: ok THANK YOU. i got everything working. my only problem now is that i ... (by PR Erkle)
|
by SGTChubbz
Validate string of letters and number
|
|
[3 replies] Last: #include <iostream> #include <string> #include <cctype> int main() {... (by JLBorges)
|
by George951
Basic Sorting Program
|
|
[2 replies] Last: Yep that worked! Thanks. I originally had as an int array, but the c... (by George951)
|
Is calling main bad |
|
[5 replies] Last: Thanks Peter and Duoas, I am going to just use a loop (by closed account EwCjE3v7)
|
by bookLearnin
Quick pointer question
|
|
[3 replies] Last: Something else to note: The object std::string is itself not an array,... (by Computergeek01)
|
by larakikato
Beginner, Confusion, Compilers and IDE's
|
|
[3 replies] Last: > is there a reason that you suggest Dev-C++ over it? I was not sugge... (by JLBorges)
|
by MC1994
create a dynamic array inside a function
|
|
[no replies]
|
by BrianA
C++ question
|
|
[no replies]
|
by BrookeP
Encrypting
|
|
[7 replies] Last: I repeat what I said earlier so your encriptFunc should contain in th... (by JewelCpp)
|
by leonnight
How to write a menu as a class
|
|
[1 reply] : "Extend" generally implies inheritance (actually, java uses the keywor... (by Stewbond)
|
by TheSajidAli
C++ For loop without braces and braces
|
|
[2 replies] Last: Now i thoroughly understand thanks sir you save me for frustration :) (by TheSajidAli)
|
by moreme
Problem with writting to file
|
|
[2 replies] Last: Hi Smac 89, Thanks for your replay. I am a bit confused about the p... (by moreme)
|
Swap strings around |
|
[2 replies] Last: Thanks Peter87 I`m going to try it. Thanks (by closed account EwCjE3v7)
|
by TX9200
Finding element recursively
|
|
[4 replies] Last: #include <iostream> class NoNegativeNumber //Just for checking if di... (by iQChange)
|
by zombie lad
Checking a number is a string and converting it.
|
|
[no replies]
|
by darthlayto
String Error
|
|
[2 replies] Last: The error message is probably because you forgot to use parentheses af... (by Peter87)
|
by daabren
command help for sin function
|
|
[1 reply] : http://courses.cs.washington.edu/courses/cse373/99au/unix/g++.html htt... (by Catfish666)
|
by Merriak
How to insert a line between two lines in a file?
|
|
[2 replies] Last: I actually solved it, this is what I came up with. I used a temp file ... (by Merriak)
|
by unsensible
LinkedList Search
|
|
[2 replies] Last: Hello Ne555, thank you for your response. At this point I know where ... (by unsensible)
|