by Novos
Quadratics help
|
|
[1 reply] : you need to make this change to move from advisory text to formula: ... (by buffbill)
|
by sorthon123
Boolean expression
|
|
[2 replies] Last: i know its a serious of 4 nand gates im just not sure how to right it ... (by sorthon123)
|
by aijikawamura
Triangle Program in C++
|
|
[1 reply] : #include <iostream.h> #include <conio.h> main() { for (int x=0;... (by namcs)
|
Classes |
|
[4 replies] Last: Typically most programs (even small ones) have ideas that can be obje... (by sohguanh)
|
by like2codecpp
4-bit integer
|
|
[2 replies] Last: Assume char datatype is 8 bits, then you can make use of that to store... (by sohguanh)
|
by happykiller
Simple Question.
|
|
[6 replies] Last: Personally I don't rate IQ tests much. IQ tests seem to measure variou... (by Galik)
|
by Jampy151
comparing two char arrays not using <string.h>
|
|
[2 replies] Last: thanks a lot it finally worked I did this and it worked perfectly: fo... (by Jampy151)
|
by lfnunley
Shortening compiling time.
|
|
[2 replies] Last: I believe that reducing the size of each header and source module gove... (by closed account zb0S216C)
|
by mooneyes
if-else statement modifier(help!)
|
|
[7 replies] Last: Well, as the comment within the loop of my code says, treat the body o... (by closed account zb0S216C)
|
by eab2196
Lost Data (x-post from Beginners)
|
|
[8 replies] Last: Good catch! That was a pretty silly mistake thank you, it is working n... (by eab2196)
|
by Netto
STL Stacks
|
|
[7 replies] Last: I figured it out haha, thanks for the idea Albatross :] while (size ... (by Netto)
|
by ramus313
blackjack help
|
|
[no replies]
|
Changing Color of Text? |
|
[10 replies] Last: With graphics, I think my computer is too old. Too outdated... I'm usi... (by Code Assassin)
|
by Jessy V
What About wxWidgets ?
|
|
[no replies]
|
by Jessy V
Creating extended malloc and free functions
|
|
[no replies]
|
by omgdogonfire
Finished my current project, but....eeew
|
|
[4 replies] Last: Thank you guys for the options and insights :) and Shacktar - that is... (by omgdogonfire)
|
by joscollin
Overloading new operator
|
|
[3 replies] Last: unlike other operators, such as operator +, new and delete do not ove... (by joscollin)
|
by glararan
[HELP] Converting unsigned int to char*
|
|
[6 replies] Last: char* nameOfs; if(texdef .type == 0) { sprintf(nameO... (by glararan)
|
by bballamis
system("PAUSE");
|
|
[4 replies] Last: Thanks, I will definitely look at these resources! (by bballamis)
|
by Herman91
Function
|
|
[1 reply] : Yup, that all looks fine to me. Good luck with it. (by Moschops)
|