by cash
random function problem
|
|
[5 replies] Last: put seed = rand() after srand call. seed is technically randomish bec... (by jonnin)
|
by ramp00
What does it mean when code builds successfully, but doesn't run
|
|
[6 replies] Last: Hmm, yeah I see. Thanks guys! (by ramp00)
|
by iamyiyaj
My code compiles but will not create output file:
|
|
[2 replies] Last: Thank you for that. Turns out all i had to do was change to ofstream (by iamyiyaj)
|
by CaptainLupa
Constructor
|
|
[2 replies] Last: Ohh, ok that makes sense, thank you very much. (by CaptainLupa)
|
by honeybuzz
Find coordinates of a rectangle by asking <= 7 queries
|
|
[4 replies] Last: Please somebody help me in xor decomposition problem (by Dum)
|
by krz
I need help in solving an Array Based Expression Calculator
|
|
[no replies]
|
Need help reading/sorting/writing data to and from a file. |
|
[15 replies] Last: I never considered the portability issue when using binary. I actually... (by closed account Ezyq4iN6)
|
issue with WM_GETTEXT and char buffers |
|
[no replies]
|
by Zivojin
Problem with circular dependicies
|
|
[9 replies] Last: moving an include to the end of a file tickles my OCD I hear ya. Th... (by dhayden)
|
by John Davis
Reading numbers from a txt file
|
|
[2 replies] Last: Hello John Davis, I loaded up your program and ran it. What I found:... (by Handy Andy)
|
by Darkware
The : in function definitions?
|
|
[4 replies] Last: Thank you for the quick replies. I will look into it. Thanks. (by Darkware)
|
by John Davis
2048 Game: How to overcome this bug?
|
|
[7 replies] Last: Ah! I have solved it thank you. (by John Davis)
|
by nick372060
Arithmetic Progression Using recursion C++
|
|
[5 replies] Last: #include<iostream> using namespace std; void arth( int a, int b, int... (by lastchance)
|
Help answer a problem |
|
[2 replies] Last: Create a function that takes as its arguments the string and the incre... (by lastchance)
|
by usmannazir
structure and function
|
|
[3 replies] Last: cin>>d1.u_star ; Grid is equal to 5 and you which means that your ... (by H00G0)
|
by Bopaki
I need some help on this function definition
|
|
[7 replies] Last: next code candidateTypeImp #include <iostream> #include <string> ... (by Bopaki)
|
by yat89
Insert value at the beginning and the end of 2d vector
|
|
[2 replies] Last: Thanks Peter87 . Its work after I insert route and remove vector<... (by yat89)
|
by usmannazir
Function not showing any output
|
|
[2 replies] Last: @dutch Thanks (by usmannazir)
|
by thehennydon
Default Constructor
|
|
[3 replies] Last: I would do something like this: class date { public: en... (by JLBorges)
|
by treefitty
OpenGL: Best way to precisely copy pixels of an image to screen?
|
|
[3 replies] Last: Its been a WHILE since I did gl, but I do believe it was 2 triangles. ... (by jonnin)
|