Beginners - November 2013 (Page 20)

Help a beginner with looping
 
Hello, I'm trying to come up with a little calculator for a specific equation that has to do with si...
[8 replies] Last: For reference, you could use the floor() function. http://www.cplusplu... (by Chervil)
setw error
 
Write your question here. it dose not display the first three digits followed by zero instead show ...
[2 replies] Last: 0331 - this is interpreted as a value in octal notation, rather than d... (by Chervil)
How to check if to UINT64 are equal
 
I have been trying to compare if two UINT64 are equal what am i missing. I am trying to do the follo...
[no replies]
by Nefri
Opeing file from another directory.
 
Hello, again :) I have problem with opening file from other directory. If i have txt file in o...
[5 replies] Last: Try it without the first '/' example: string filename = "../../input.... (by Chervil)
Pass Values from Function to Main()
 
This application sorts occupations by salary and prints these values to a sorted table. It also calc...
[3 replies] Last: I haven't had a detailed look at your code, but the following function... (by ShodanHo)
Help me in 2d Char array
 
I am trying to make a periodic table using 2d arrays I WANT to make a program in which compiler get...
[no replies]
help me
 
hi,i write this program to sort 7 numbers,tell me my mistake. #include <iostream> using n...
[8 replies] Last: Seriously, why use double instead of int? Erm... presumably because... (by MikeyBoy)
while & if help
 
Hello i tried to solve this but i cant , the program will read the content of text file named (let...
[5 replies] Last: thank you very much (by max v max2)
Errors fix
 
Hi! I am nearly done with this code that needs to read from a text file. However, I keep getting a ...
[5 replies] Last: What errors are you getting? If you don't #include <cstdlib>, you'll ... (by tipaye)
Array Parameters? HELP PLEASE!
 
Anyone please tell me what is wrong with this code. Watched one of the youtube videos and that how ...
[5 replies] Last: NT3, I got an error on your second void function without the pointers... (by fahmankhan75)
Array of Structure
 
Can you help me to get with this output? Enter No. of candidates :3 Enter Name of candidate...
[7 replies] Last: Here is my new code. Im having a trouble with the total. It just compu... (by Vanessa101)
Help with sentinel value and loop.
 
Hello everyone. I am writing a program to convert various temperature types with user input. My prog...
[1 reply] : ((temp = cin.get()) != '-999') should be temp equals cin.get() ... (by gamemaker96)
Need help with return Values
 
So I have this code in which I know everything works, except the return value for my two integer fun...
[2 replies] Last: That ends up with my while loop not working, "error: value of type 'vo... (by hanipman)
convert 1-d array into table
 
This program is to copy the elements of the 1-d array A into a 2-d array of k rows and j columns. ...
[no replies]
Homework help
 
Hey guys new C++ college student here needing help with an assignment. I have to display the letter...
[1 reply] : Line 70: don't loop on EOF [code firstline=70] while (infile >> sco... (by Duthomhas)
variable and loop problem(short code)
 
Hi! I have this kind of problem: I implement the global variable " currentTime = k * dt;" . Then i u...
[1 reply] : A very common beginners mistake, is to assume that an assignment is an... (by xismn)
How it works?
 
I have a question about the implementation&interface in different free libraries, such as GNU Scie...
[3 replies] Last: Most of the time, the implementations are housed in static-libraries (... (by xismn)
Using Cygwin g++ and an IDE
 
I am attempting to compile via cygwin's g++. First, i put cygwin's bin directory in Windows's Path v...
[no replies]
Largest/Smallest Array Values
 
write a program thats lets the user enter 10 values into an array. the program should then display t...
[1 reply] : Shell: #include <iostream> int lowest(int , int); int highest(int ,... (by mobotus)
by ckl3
Form a box using words
 
I need to write a C program that prints a rectangle to the screen with a blank space in the four cor...
[no replies]
November 2013 Pages: 1... 1819202122... 80
  Archived months: [oct2013] [dec2013]

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