by IceThatJaw
How to pass a c-style string into a fucntion that take a C++ string?
|
|
[5 replies] Last: Yes, that will work. However, be sure that whatever char* you pas... (by shacktar)
|
by Ramzi89
Have no idea why this is not compiling.. Please Help!
|
|
[8 replies] Last: Every else must have a matching if... The lack of parentheses and add... (by moorecm)
|
by Gage
Class building errors
|
|
[1 reply] : We can't really help you without the implementation file and maybe a m... (by BHX)
|
by Curon
Structure Arrays
|
|
[1 reply] : cusArray = setfield(cusArray, i, custID, id); cusArray = setfield(cu... (by sohguanh)
|
by f1ddl3r
stupid and simple
|
|
[1 reply] : "projects/projectname/Debug/projectname.exe" I think is the default pa... (by Disch)
|
by bool maybe
Problem involving friend functions and pointers
|
|
[2 replies] Last: Thanks shacktar, I got it working. (by bool maybe)
|
by RICEFREAK
HOW DO YOU ADD TWO ARRAYS WITH DIFFERENT LENGTH
|
|
[10 replies] Last: Stewbond: using a single int to represent the number defeats the poin... (by Disch)
|
by detroit
Can I ???!
|
|
[11 replies] Last: Even though you can't invoke main in the C++ standard land, I found th... (by Mathhead200)
|
by mike437
If variable != specified character?
|
|
[8 replies] Last: Well I have to have two different inputs. Here's everything I have now... (by mike437)
|
by LampeMW
Help with linked list functions
|
|
[3 replies] Last: The conditions in the while loops on lines 98 and 104 look wrong. I'm ... (by closed account D80DSL3A)
|
by daneosr
Compiler?
|
|
[1 reply] : http://lmgtfy.com/?q=c%2B%2B+compiler (by Pyrius)
|
by detroit
Explenation
|
|
[no replies]
|
by shamas21
char vs wchar_t
|
|
[1 reply] : if I want to loop through a String array and use the char then it wil... (by helios)
|
by Stewbond
#define conflict
|
|
[2 replies] Last: Thanks Athar, I was wondering why it had been working for so long. (by Stewbond)
|
by gavmcg92
"expected initializer before ‘bool’"??
|
|
[2 replies] Last: Thanks... have another error it seems... Error: g++ lab1.cpp ... (by gavmcg92)
|
by RICEFREAK
HOW TO FIND THE POSITION OF THE LARGEST ELEMENT
|
|
[2 replies] Last: KooooOL!! THank you!!!!! This is what I have so far. I have one more q... (by RICEFREAK)
|
by Ingvvy
Loading a Function that is Before a Function
|
|
[3 replies] Last: Aka prototyping, read under Declaring Functions @ http://www.cplusplus... (by georgewashere)
|
by jdgregson
Why can't I compare command-line arguments in an if statement?
|
|
[2 replies] Last: Okay, thanks! That solves a lot of problems. (by jdgregson)
|
by jravert88
cout and large lettering
|
|
[3 replies] Last: Why would you want to do this? If you need fancy displays use a graph... (by cnoeval)
|
by shamas21
Public variable
|
|
[no replies]
|