by chuahyucheng
Coin Toss
|
|
[7 replies] Last: rand() returns a psudeo-random number. If you don't call srand() and ... (by AbstractionAnon)
|
by mick3y
Programing
|
|
[2 replies] Last: oh my, no one wants to read all those questions ? what do you have so ... (by nvrmnd)
|
by enemy
Invalid conversion from 'int' to 'int*'
|
|
[2 replies] Last: Hello! The task is so that I have to compute field in Ave function. I... (by enemy)
|
by enemy
Average array elemets value-+prime numbers<=b in the same function,-PLEASE URGENT!!!
|
|
[1 reply] : int Average(int array_f , int st){ int m=0; int k=0; int e=1; for (i... (by enemy)
|
by gfppoy
Loop error
|
|
[2 replies] Last: Lol cheers mate, I feel kinda dim now xD (by gfppoy)
|
by julsthekitty
Lost on overloading
|
|
[no replies]
|
by sof0707
Help to change code, avoid global variables?!
|
|
[no replies]
|
by Jayson0774
Need Help...Trying to print out the total on my Breakfast receipt that has 8 items on it....Heres my code...
|
|
[1 reply] : void printCheck( menuItemType menuItems , int& total) { int c = 0; i... (by vin)
|
by azntrindo
Exception Handling
|
|
[8 replies] Last: void verify (int min, int max) { int input; while (cin >> input) { if... (by cool5288)
|
by LB
Parameter Pack Confusion
|
|
[10 replies] Last: Ah, so I guessed right. Thanks for all your help :) (by LB)
|
by JasperBraun
multiplying all values of an array
|
|
[4 replies] Last: Duoas, thank you for your help. I thought my methods were flawed. I ju... (by JasperBraun)
|
by Gulopey
Vector problems
|
|
[4 replies] Last: You are trying to use uninitialized pointers. There is no good reason ... (by ne555)
|
by super n00b
Neophyte Seeking Advice
|
|
[1 reply] : Not sure about the books you mentioned there but I started off program... (by TheBeardedQuack)
|
by TheBit00
Real Polygons
|
|
[2 replies] Last: Well first you'll want a main window program, (or equivalent if there'... (by TheBeardedQuack)
|
by LB
Consuming void parameters
|
|
[6 replies] Last: Ah, I meant 3.3, not 3.4. Good to know it's already fixed. (by LB)
|
by LB
Easier way to do this? (tuples & parameter packs)
|
|
[1 reply] : This implementation really feels like overkill to me, and it just seem... (by LB)
|
by nightrain
An IDE for C++
|
|
[7 replies] Last: an ide is related to c++ programming in the same way gravel is related... (by closed account Dy7SLyTq)
|
by abiolat
program on computer base testing
|
|
[no replies]
|
Array Initialization (C++11) |
|
[1 reply] : For default initialization why not just? array <int, 1000> myarray{0}... (by jlb)
|
by Forbaken
Passing char arrays
|
|
[4 replies] Last: bool Prog3Graph::getNextLine(char line, int lineLen) I have getNex... (by jlb)
|