by Comsci777
struct, array, function, stumped >.<
|
|
[3 replies] Last: You shall define the function. (by vlad from moscow)
|
by idgafsmd
Can't seem to make random number generator generate random accuracy?
|
|
[12 replies] Last: Disch can you be my MENTOR!? LOL (by idgafsmd)
|
C++ Palindromic Numbers with using arrays..Please somebody help |
|
[10 replies] Last: You'll be comparing the ints, not the arrays. Your initiation is most... (by GRex2595)
|
by RyanCook1993
deleting an object?
|
|
[10 replies] Last: That's what i said there. You need a hide mechanism for the first case... (by knuth)
|
by Script Coder
Code Review:Linked List (1,2)
|
|
[21 replies] Last: So how would i fix my List deconstructor? (by Script Coder)
|
by Lebron
c++, just couldn't type 1 small part.. please help in 3 hours..
|
|
[6 replies] Last: The first thing is to convert to number to a string, then compare the ... (by Script Coder)
|
by Skyboarder
#include inside a function
|
|
[2 replies] Last: std::cout is defined in <iostream> std::string is defined in <string> ... (by Peter87)
|
by Jlm07
Returning Nothing
|
|
[12 replies] Last: Duoas, Sorry, I wasn't really suggesting a fix. I saw the latest post... (by MrHutch)
|
by trentkg
Array reassignment then deletion -- what happens to the orig array?
|
|
[2 replies] Last: aahh very informative. Thanks Cubbi. (by trentkg)
|
by fionwu0421
whats wrong with my program!!!!???
|
|
[1 reply] : You are attempting to store string 'unknown' into variables of type do... (by Script Coder)
|
by foxatlarge
How to run main() with arguments in codeblocks?
|
|
[3 replies] Last: Athar, you are exactly right. I also confirm your message from codebol... (by foxatlarge)
|
Header questions |
|
[no replies]
|
by Eli1001
Visual C++ 2008 Express Help
|
|
[2 replies] Last: Thanks! (by Eli1001)
|
by Lowest0ne
Linked List *head
|
|
[no replies]
|
by fionwu0421
is there a function for this?
|
|
[2 replies] Last: thank you very much!!!!! (by fionwu0421)
|
by jond291
C++ Choices, Help Appreciated!
|
|
[4 replies] Last: OK, Thanks for your help, at least I've got something to work with now... (by jond291)
|
by MatthewRock
Putting diacritical signs into console
|
|
[2 replies] Last: Or, you can just include a new font file with all of these letters, th... (by Vlykarye)
|
by fionwu0421
confusing log equation! Help!!!
|
|
[3 replies] Last: sorry for the confustion; but I finnally got it! thank you ! (by fionwu0421)
|
by zertech
math library not cooperating.
|
|
[2 replies] Last: ooooh! yeah your right. Thanks!! (by zertech)
|
by ldysmann
Issues using substr to access characters
|
|
[1 reply] : Try this for your if statement: if (inventCode.length() < 5 || invent... (by OniKurisuchi)
|