by raydyko
need some help figuring stuff
|
|
[no replies]
|
by ausairman
Is there some easy way to compare multiple numbers to one number in C++11?
|
|
[2 replies] Last: Ok thanks :) (by ausairman)
|
by imsonotgood
pls help
|
|
[2 replies] Last: i'm getting the message on every line that has a measurement unit for ... (by imsonotgood)
|
by ausairman
Can I typedef a member?
|
|
[2 replies] Last: That's a shame. Thanks though :) (by ausairman)
|
help with user confirmation in a while loop |
|
[2 replies] Last: i took your advice and changed it to a do while loop but now my proble... (by chris phillipe)
|
by Flashbond
Can anyone modify this VB code to C++ please?
|
|
[5 replies] Last: I changed my list to vector and it did the trick! Thanks a lot for ev... (by Flashbond)
|
by chiedozie
Is my output correct?
|
|
[3 replies] Last: thanks, i didn't realize all the errors. I know nothing about construc... (by chiedozie)
|
Help with programing project. |
|
[2 replies] Last: I'll try it, thanks so much! (by FlyingZebraStraws11)
|
by Ac1dBurn3d
Horribly dumb question
|
|
[3 replies] Last: Thanks guys. I think using "endl" flows better with my typing preferen... (by Ac1dBurn3d)
|
by CLU91
Merge two text files with tags
|
|
[4 replies] Last: I found another way too fix my problem. Still thank you. (by CLU91)
|
by degausser
Need to do what isalpha does, without using isalpha.
|
|
[5 replies] Last: Sigh, I completely overlooked these seemingly 'small' details. Thanks ... (by degausser)
|
by rey9
whats does '0' means in this code?
|
|
[7 replies] Last: ahh..now i get it :) thank you very much for the help :) (by rey9)
|
by shoes
Locating error in a 2d array, certain methods cause program to crash
|
|
[1 reply] : Here is the class part of the code. If anyone was wondering the progra... (by shoes)
|
diff c&c++ |
|
[5 replies] Last: what does uday mean O.o (by drew887)
|
by GhostSkyn
checking char array for specifics
|
|
[3 replies] Last: Limiting the characters the user can type, I don't think so. You can c... (by maeriden)
|
by bumski
Extra line added to stuct field in a vector
|
|
[5 replies] Last: No worries (by jim80y)
|
Setting A Reversed String as a New String |
|
[no replies]
|
by nukeboy666
User name and password program
|
|
[6 replies] Last: for(;;) = loop forever until you break; ex. for(int i = 0;i < 8;i++)... (by greenleaf800073)
|
Palindrome Program Issues |
|
[6 replies] Last: Yeah, I can't use the <string> library for whatever reason, our school... (by menwithrobots)
|
by Samirah
Number genereation
|
|
[2 replies] Last: Have you learned about sets yet (to save which values you already have... (by binarybob350)
|