by ShoxPhysics
Trapezoidal Method
|
|
[no replies]
|
weird struct definition |
|
[3 replies] Last: This kind of defines is usually for building a dll. The thing is that ... (by KRAkatau)
|
help me please in c code |
|
[7 replies] Last: Please go to freelancer.com for that kind of services. This forum is f... (by KRAkatau)
|
by fufugrayson
Array of Linked Lists - Please Help!
|
|
[no replies]
|
by gravit123
Problem with "class bernoulli_distribution"
|
|
[7 replies] Last: #include <iostream> #include <random> #include <ctime> #include <ioma... (by JLBorges)
|
by moneysab
code
|
|
[1 reply] : so u need help for which part? (by codeback99)
|
by Katt21
Lottery Program
|
|
[1 reply] : I believe that This will fix your program : #include <iostream> #inc... (by JaKnierim)
|
by Jose94ji
Please help. Homework with Arrays.
|
|
[2 replies] Last: I had a friend help e with that line, but i thought it was off to. Sho... (by Jose94ji)
|
by JazzyJeff123
Function that stores a number into an integer array?
|
|
[3 replies] Last: void InsertNumber(int List , unsigned int Size, int Number) { //... (by pogrady)
|
by latenwrong
i need help making a black jack game
|
|
[4 replies] Last: #ifndef BLACJACKPLAYERS #define BLACKJACKPLAYERS //holds the cards ... (by pogrady)
|
by jadch
how to generate 3 random numbers between 1 and 6 using a function called generate_rand
|
|
[6 replies] Last: thank you problem solved (by jadch)
|
by nfoster3
Traversal in Binary Search Tree
|
|
[1 reply] : Never mind, I did find the solution and it works now. (by nfoster3)
|
Fix "does not name a type" without forward declaration (1,2) |
|
[31 replies] Last: [quote=trojansdestroy]what is useful about a function that only accept... (by Peter87)
|
by Progg3
Link-List with Nested Classes
|
|
[1 reply] : Nevermind people I'll RTFM. Just done a bit more reading online about ... (by Progg3)
|
by soundmaster
how to connect to the router using the WPS protocol
|
|
[1 reply] : Nobody can help me? you just have to modify a bit the code.. (by soundmaster)
|
char array input from text file |
|
[no replies]
|
by CLearner88
Direction on implementing alegrabic functions
|
|
[3 replies] Last: int foo(int a, int b) { return (a + b)*(a - b); } (by MiiNiPaa)
|
by alagadmi
Encryption
|
|
[2 replies] Last: What's a XOR method ??? :( Actually i am just using a key (for exampl... (by alagadmi)
|
by Progg3
Run-time issue
|
|
[3 replies] Last: Thanks anyway but I found out why It wouldn't have worked; I wasn't s... (by Progg3)
|
convert string to Currency |
|
[7 replies] Last: if your compiler is sufficiently new, you can use std::put_money fr... (by Cubbi)
|