by codekiddy
convert int to char*
|
|
[no replies]
|
pleasee help ,EOL |
|
[no replies]
|
char and int arrays |
|
[3 replies] Last: Both array1 and array2 (when written without ) are pointers. They don... (by hamsterman)
|
by GaiusBaltar
class question
|
|
[15 replies] Last: Thanks for the help guys, I finally solved the problem! #include <io... (by GaiusBaltar)
|
by jesse1221
void function()
|
|
[6 replies] Last: You're welcome! (by Stewbond)
|
by BlackoutGX
Problem with Code!!!:(
|
|
[2 replies] Last: Thanks a lot for your help eypros. I just decided to not use the heade... (by BlackoutGX)
|
by Yooper
Decimal to Mixed Fraction
|
|
[3 replies] Last: Found it!: #include <math.h> void (float decimal, int *whole, int ... (by Stewbond)
|
by bool maybe
Error: "Employee" is not a nonstatic data member or base class "employeessavitch::SalariedEmployee"
|
|
[2 replies] Last: Your employee implementation file includes "test4.h" yet SalariedEmplo... (by shacktar)
|
by deanW
.cpp file
|
|
[2 replies] Last: thank you very much!! :) (by deanW)
|
by shattarodger
classes problem
|
|
[2 replies] Last: I don't know what the problem is, but the system("pause") and syste... (by Stewbond)
|
by targt123
confusion about constructor
|
|
[3 replies] Last: Can't say for sure without knowing what the constructor is doing, or f... (by mzimmers)
|
by gold
Prime Numbers driving me CRAZY!
|
|
[2 replies] Last: I agree with Intrexa. Forget the double and use a (%). #include <io... (by Stewbond)
|
by DouDou
Very large numbers
|
|
[3 replies] Last: Thanks. I googled how to incorporate that library int VS2010, but i go... (by DouDou)
|
by cstubbs37
Class function
|
|
[5 replies] Last: I does not mean to say like that.For learning purpose we have to be cl... (by Dinesh subedi)
|
by hma13
random numbers help
|
|
[3 replies] Last: @Gaminic Yeah, I see I screwed up on the rand(). Forgot about that p... (by whitenite1)
|
by Emmanuel11
Array within array
|
|
[1 reply] : Are you programming on your phone? I'm sort of doubting it. Next time,... (by Gaminic)
|
by rej3kt
Functions not returning back to main
|
|
[2 replies] Last: I'm not going to answer your question, as you keep deleting your posts... (by Gaminic)
|
by Neider
Converting a STL list to a circular list
|
|
[1 reply] : I think iterators are a member-class, not just a member. You're going ... (by Gaminic)
|
by doubletime23
Averaging test scores
|
|
[2 replies] Last: dude..corrected all the errors..try this #include <iostream> #includ... (by Chathu)
|
by elementx2z
help with structures
|
|
[1 reply] : Dear, You can have your function normalize something like this: ... (by Legend Killer)
|