Beginners - September 2012 (Page 39)

Function getting ignored.
 
Alright, so the idea is that this program takes values from an input file and returns their residual...
[4 replies] Last: Then, shouldn't placing the call after that loop work? By being outsid... (by desperatestudent)
Help with loops, and breaking it.
 
Alright, so what I want to do is make a program where it only stops if I hit a certain letter - in t...
[5 replies] Last: @progrady: I tried that, but then that makes the loop not happen at al... (by degausser)
by xzbit
toggle ON and OFF button
 
void button1{ bool x = false; if (x = true) { button1->Text = "ON"; } else { button1->Text...
[2 replies] Last: You are declaring a variable at the beginning to be false, then checki... (by pogrady)
valid assignments
 
Given: int num1,num2,newNum; double x,y; Which of the following assignments are valid?If an assig...
[1 reply] : In C++ all operations must occur to the right of the assignment operat... (by pogrady)
Cant get to the next step
 
Hello everyone, I am extremely new at this, and I am working on a little program. This program...
[3 replies] Last: Ok guys, Thank you for the input, I pretty much got it figured out. It... (by Lonewwolf422)
For Loop (1,2)
 
Can someone help me to practice "for" loop. give me link plz.
[22 replies] Last: Thats worked. Thanks. (by prabhanuka)
Need help with errors please
 
****************************************************************************************************...
[3 replies] Last: You have a syntax error in this line: cout << "Working for" <<HOURS<... (by pogrady)
by pooshi
Beginner level Strings Question
 
Hello, I have this program here that counts the # of letters in a string. I do not want to use get...
[3 replies] Last: char cstring ; cin.getline(cstring,1000); getline knows enough not ... (by Lowest0ne)
infinite loop issues
 
I am not sure why this is stuck in the infinite loop, but I know that it is due to the last function...
[1 reply] : Nevermind - I got it. (by spendersmokes)
RegEx simple query problem
 
"title": "Computer Science", RegExMatch(isbnDescriptionPage, "im)\Q""title"": ""\E(.*)\Q""\E",...
[4 replies] Last: I have this excercice : Write a PHP program that checks the elements... (by hentaiw)
by MW130
xcode problem
 
Hi i open xcode to do c++ and I go to command line tool and i do c++ tool and then it opens, i go to...
[no replies]
by m4tt
can't make square root function work
 
I'm in intro to C++ at my school, and am trying to make a program to calculate the hypotenuse of a r...
[1 reply] : You will have to use the using namespace std; or prefix each cout/ci... (by georgewashere)
by clodi
some help with loops is needed..
 
Could you please help wit this problem?? I do not understand why my "exit" loop is ignored! the pr...
[7 replies] Last: thanks a lot. I've got still a lot to learn I guess :) (by clodi)
Trouble with a recursive linear search function
 
so for a class assignment, i have to write a function that performs a linear search and is recursiv...
[2 replies] Last: if i pass in the i as an argument dont i have to rework my original fu... (by slinger)
In need of help with packets
 
When the packet occurs it displays a print but i am having trouble trying to replace that print. ...
[1 reply] : Huh? Neither your code nor your description are sufficient to underst... (by AbstractionAnon)
how to do this?
 
i'm a beginner and need some help. 28. Convert the following pseudocode to C++ code. Be sure to d...
[5 replies] Last: @noobneedhelp your output is correct. (by georgewashere)
by MW130
How to do the cimg
 
I am new and I want to put an image in my program and all I know is that I need CImg. I tried to and...
[3 replies] Last: MW130 these forums are here for you to learn, something that will requ... (by georgewashere)
Please Help to this Calculator Program in Dev C++
 
I Want to do a Calculator Program! My problem is i want to output my program like this! so that the ...
[13 replies] Last: The only thing I see in these posts is horrible grammar. (by Lowest0ne)
Need help again...^^...
 
#include <iostream> using namespace std; int main() { char n; do { int input; int nu...
[4 replies] Last: tnx for the explanation...and don't worry I don't plan to rely on othe... (by talahib098)
September 2012 Pages: 1... 3738394041... 62
  Archived months: [aug2012] [oct2012]

This is an archived page. To post a new message, go to the current page.