by danBarker
RSA Encryption issue.
|
|
[no replies]
|
by ashgurlie
Standard Deviation with Arrays
|
|
[8 replies] Last: Here is a suggestion for future reference. Use constants. Use the co... (by kempofighter)
|
by gcr114
array loop input question
|
|
[2 replies] Last: And I love these faqs on IO. You can learn a lot from the examples th... (by kempofighter)
|
by vection
SDL C++ Game
|
|
[9 replies] Last: okay, so I would put the enum at the top and just add to my int mai... (by vection)
|
by madridsp31
Resistor Class and Pointers
|
|
[4 replies] Last: Relax, the hardest part about this is going to be remembering what the... (by Computergeek01)
|
by biko
solve this
|
|
[3 replies] Last: Create a class 'employee'. This class should have private member varia... (by sammy34)
|
by guioo
Binary permutations
|
|
[4 replies] Last: Not sure if you are barking up the wrong tree. Is the output in your o... (by choisum)
|
by AyJay
Writing/reading array of structures to file
|
|
[2 replies] Last: I have never tried to do stuff with stdio.h, but from a quick glance a... (by hamsterman)
|
by jinjin12
gettings values in an enum?
|
|
[3 replies] Last: so enums do not have functions? No, they don't. http://www.cpluspl... (by R0mai)
|
by biko
try this out.
|
|
[4 replies] Last: Knoledge of classes/structs (discussed in the tutorial) is the key. ... (by sammy34)
|
by player6
How to define a class can't be inheritance? Like "final" Keyword in Java?
|
|
[2 replies] Last: It can be implement in C++? It can't be implemented in C++. The bes... (by R0mai)
|
by shadows619
just noob with new question
|
|
[2 replies] Last: thx i got it now :D maybe u can help me with something else, to finish... (by shadows619)
|
by DBarzo
Algorithm to make interleaved buffer to non-interleaved
|
|
[8 replies] Last: The subject is quite big, so if u are interested, start here : http://... (by DBarzo)
|
by Timbo1
Global Variables
|
|
[4 replies] Last: Just realised how stupid I was. Thats what I get for coding half asle... (by Timbo1)
|
by ToniAz
A function that modifies more than one value
|
|
[3 replies] Last: do it like this: int scale(int & a, int & b, int & c) { a *= 4... (by m4ster r0shi)
|
by ToniAz
Procedures (opening word files...)
|
|
[1 reply] : on windows you could use: system("my_text_file.txt"); system(... (by m4ster r0shi)
|
by kevin06s
Rand Question (1,2)
|
|
[30 replies] Last: ok, I don't doubt that, but that's not what I asked... :/ (by m4ster r0shi)
|
by littlemissb
A little assistance with arrays..
|
|
[1 reply] : so you want an array of 7 values that each have a day? char* weekDa... (by oghmaosiris)
|
by asgOjEs
what is the function of this instruction - #if 0
|
|
[3 replies] Last: Dear Shadow Addict and m4ster roshi, Your information, help and att... (by asgOjEs)
|
by MicMagicFly
Multiple-Choice Program
|
|
[9 replies] Last: read the post by pangalactic and I. I'm not going to waste my time wh... (by kempofighter)
|