C++ compiled code not getting output properly in graphics
up vote
-2
down vote
favorite
Actually, i want to get the output for different filling styles with different colors for a bar and ellipse. But i am not getting any output. when i remove the outer loop it is working for a single loop. that is it is getting different filling styles with a single color. Attached is the C++ snippet. If you require will send total program
for (int f = 0; f < 3; f++)
{
for (; k < 14; k += 1)
{
setfillstyle(k, f);
bar(100 + 6 * k, 100, 180, 280);
fillellipse(300, 300, 100, 50);
delay(300);
}
cleardevice();
}
c++ graphics
add a comment |
up vote
-2
down vote
favorite
Actually, i want to get the output for different filling styles with different colors for a bar and ellipse. But i am not getting any output. when i remove the outer loop it is working for a single loop. that is it is getting different filling styles with a single color. Attached is the C++ snippet. If you require will send total program
for (int f = 0; f < 3; f++)
{
for (; k < 14; k += 1)
{
setfillstyle(k, f);
bar(100 + 6 * k, 100, 180, 280);
fillellipse(300, 300, 100, 50);
delay(300);
}
cleardevice();
}
c++ graphics
2
Please provide a full reproducer, and of course the graphical library name that you are using!
– Matthieu Brucher
Nov 22 at 10:39
1
you dont need to send the total program. What we need to help you is a Minimal, Complete, and Verifiable example. Currently we have no chance to know what your code is doing, because we have no idea whatbar
,setfillstyle
, etc are
– user463035818
Nov 22 at 10:50
1
Why don't you initialisek
?
– molbdnilo
Nov 22 at 10:53
k is already initialized before the outer loop begun only. This is only the fragment of the code. At present, I am leaning the computer graphics. I am at the beginning stage only. I just want my two loops to print different styles with different colors for bar and ellipse
– CHANDER
Nov 23 at 6:11
plz provide your email id for full reproducer i will send the code
– CHANDER
Nov 23 at 7:21
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
Actually, i want to get the output for different filling styles with different colors for a bar and ellipse. But i am not getting any output. when i remove the outer loop it is working for a single loop. that is it is getting different filling styles with a single color. Attached is the C++ snippet. If you require will send total program
for (int f = 0; f < 3; f++)
{
for (; k < 14; k += 1)
{
setfillstyle(k, f);
bar(100 + 6 * k, 100, 180, 280);
fillellipse(300, 300, 100, 50);
delay(300);
}
cleardevice();
}
c++ graphics
Actually, i want to get the output for different filling styles with different colors for a bar and ellipse. But i am not getting any output. when i remove the outer loop it is working for a single loop. that is it is getting different filling styles with a single color. Attached is the C++ snippet. If you require will send total program
for (int f = 0; f < 3; f++)
{
for (; k < 14; k += 1)
{
setfillstyle(k, f);
bar(100 + 6 * k, 100, 180, 280);
fillellipse(300, 300, 100, 50);
delay(300);
}
cleardevice();
}
c++ graphics
c++ graphics
edited Nov 22 at 10:51
Rhathin
5931313
5931313
asked Nov 22 at 10:36
CHANDER
1
1
2
Please provide a full reproducer, and of course the graphical library name that you are using!
– Matthieu Brucher
Nov 22 at 10:39
1
you dont need to send the total program. What we need to help you is a Minimal, Complete, and Verifiable example. Currently we have no chance to know what your code is doing, because we have no idea whatbar
,setfillstyle
, etc are
– user463035818
Nov 22 at 10:50
1
Why don't you initialisek
?
– molbdnilo
Nov 22 at 10:53
k is already initialized before the outer loop begun only. This is only the fragment of the code. At present, I am leaning the computer graphics. I am at the beginning stage only. I just want my two loops to print different styles with different colors for bar and ellipse
– CHANDER
Nov 23 at 6:11
plz provide your email id for full reproducer i will send the code
– CHANDER
Nov 23 at 7:21
add a comment |
2
Please provide a full reproducer, and of course the graphical library name that you are using!
– Matthieu Brucher
Nov 22 at 10:39
1
you dont need to send the total program. What we need to help you is a Minimal, Complete, and Verifiable example. Currently we have no chance to know what your code is doing, because we have no idea whatbar
,setfillstyle
, etc are
– user463035818
Nov 22 at 10:50
1
Why don't you initialisek
?
– molbdnilo
Nov 22 at 10:53
k is already initialized before the outer loop begun only. This is only the fragment of the code. At present, I am leaning the computer graphics. I am at the beginning stage only. I just want my two loops to print different styles with different colors for bar and ellipse
– CHANDER
Nov 23 at 6:11
plz provide your email id for full reproducer i will send the code
– CHANDER
Nov 23 at 7:21
2
2
Please provide a full reproducer, and of course the graphical library name that you are using!
– Matthieu Brucher
Nov 22 at 10:39
Please provide a full reproducer, and of course the graphical library name that you are using!
– Matthieu Brucher
Nov 22 at 10:39
1
1
you dont need to send the total program. What we need to help you is a Minimal, Complete, and Verifiable example. Currently we have no chance to know what your code is doing, because we have no idea what
bar
, setfillstyle
, etc are– user463035818
Nov 22 at 10:50
you dont need to send the total program. What we need to help you is a Minimal, Complete, and Verifiable example. Currently we have no chance to know what your code is doing, because we have no idea what
bar
, setfillstyle
, etc are– user463035818
Nov 22 at 10:50
1
1
Why don't you initialise
k
?– molbdnilo
Nov 22 at 10:53
Why don't you initialise
k
?– molbdnilo
Nov 22 at 10:53
k is already initialized before the outer loop begun only. This is only the fragment of the code. At present, I am leaning the computer graphics. I am at the beginning stage only. I just want my two loops to print different styles with different colors for bar and ellipse
– CHANDER
Nov 23 at 6:11
k is already initialized before the outer loop begun only. This is only the fragment of the code. At present, I am leaning the computer graphics. I am at the beginning stage only. I just want my two loops to print different styles with different colors for bar and ellipse
– CHANDER
Nov 23 at 6:11
plz provide your email id for full reproducer i will send the code
– CHANDER
Nov 23 at 7:21
plz provide your email id for full reproducer i will send the code
– CHANDER
Nov 23 at 7:21
add a comment |
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53429016%2fc-compiled-code-not-getting-output-properly-in-graphics%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53429016%2fc-compiled-code-not-getting-output-properly-in-graphics%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Please provide a full reproducer, and of course the graphical library name that you are using!
– Matthieu Brucher
Nov 22 at 10:39
1
you dont need to send the total program. What we need to help you is a Minimal, Complete, and Verifiable example. Currently we have no chance to know what your code is doing, because we have no idea what
bar
,setfillstyle
, etc are– user463035818
Nov 22 at 10:50
1
Why don't you initialise
k
?– molbdnilo
Nov 22 at 10:53
k is already initialized before the outer loop begun only. This is only the fragment of the code. At present, I am leaning the computer graphics. I am at the beginning stage only. I just want my two loops to print different styles with different colors for bar and ellipse
– CHANDER
Nov 23 at 6:11
plz provide your email id for full reproducer i will send the code
– CHANDER
Nov 23 at 7:21