Beginners - March 2012 (Page 69)

nesting for loops
 
hey, i am having trouble with nesting for loops and the output makes no sense to me, i have done this all with while loops and it works fine but my teacher asks...
[3 replies] Last: it worked, thank you for the help :) (by ui uiho)
by moot1
computer software
 
Do you guys know any computer software written in c++?
[2 replies] Last: Here is a list with a few examples, compiled by the guy himself: http... (by hanst99)
How do I set pdcurses for Dev c++ compiler?
 
Well, I wanted to use pdcurses, so I downloaded it(from http://sourceforge.net/projects/pdcurses/files/pdcurses/3.4/ ), but i encountered a small problem. Th...
[1 reply] : Change your compiler. Dev-C++ hasn't been supported by it's creators i... (by ciphermagi)
size of a string?
 
hello i have a code and i have to know the size of the string for my loop. i have searched the faq ive seen something with an inline function and a template but...
[4 replies] Last: template class std::string that you are using has a special member fun... (by vlad from moscow)
by dpan
Converting an iterator to a pointer to delete objects
 
Hi everyone, I'm writing a program to practice using iterators and lists from STL. The program continually prompts the user to input data about an employee (nam...
[4 replies] Last: Never mind, I just discovered the list.erase() function (by dpan)
Need Help cant cout the for loop
 
;;;;;
[4 replies] Last: http://www.cplusplus.com/forum/general/63351/ (by ciphermagi)
Difference between 4 numbers
 
Hi, am very new to c++, in school i was given a couple of assignments and i really dont know how to go about it. question1 write a program that reads four ...
[8 replies] Last: thanks ihutch a zillion dozen times. wil try and do something wit wat ... (by funkyfela)
How to make an application for the user to install before use?
 
What I am trying to say is, you know how usually when you download some type of program and in order to use it sometimes you have to install it, and the little ...
[3 replies] Last: Look up makefiles. (by ciphermagi)
sentinel and counter controlled loops? what?
 
does anyone know a good way to explain these?
[3 replies] Last: That's not a sentinel controlled loop. To be a sentinel controlled lo... (by cire)
by niemi7
Please help
 
Ok so I have no idea what i'm doing wrong but it seems that every time i program i always get unresolved external errors. Last time it was because I only used ...
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ When You Ask Use me... (by cire)
crazy doubt in pointers
 
Hi, i have just started understanding the concept of pointers and had a doubt which does not solidify my understanding about pointers. let us consider an examp...
[6 replies] Last: thanks a lot computerquip.. that really clarified my doubt about chara... (by beginner2011)
Compiling Trouble
 
Hi team, Just purchased an easy to read guid for c++ programing. Inside the book it gives an example greeting application through using cpp code to Exe. The...
[17 replies] Last: That's what i mean, it's not compiling the Cpp to the exe. AS soon as... (by cire)
Problem with pointer and variable
 
Posting a fast question for the experienced guys: I have a pointer that points to a variable (of struct type). All of this is in a loop and i just found out ...
[1 reply] : You should pass PENTRY head_ptr either through poinetr or as a referen... (by vlad from moscow)
by Kuzco
Global variable in header file
 
Hi there! I'm having another go at trying to split up my code into more files, after giving up several times earlier (And soon about to again!) :P So in my ...
[4 replies] Last: Variable i defined in Test.h has external linkage. So every compil... (by vlad from moscow)
how can i make a function on or off
 
im doing this function to disable echoing the user input... how can i make a control on/off to this function?? if using a boolean.. how so? bool echo() ...
[5 replies] Last: Not surprising, you have the order wrong. (by Athar)
class/struct/union
 
I am writing a program, probably the longest one I have had to do so far, and i'm just trying to get the first part running and I am having trouble, I want to t...
[19 replies] Last: we are told to use precompiled headers. You're required to use a... (by roberts)
(Data Processing)
 
Okay, so I need some serious help! This is due tomorrow, and I've been breaking my head trying to figure this out for the past 3 days and I just can't deal with...
[10 replies] Last: Look up the or/and Boolean operators. This will help a lot with cuttin... (by ResidentBiscuit)
Now into Arrays
 
Ok... so I've got a new assignment and this was the question: "Write a programs that stores 20 numbers, each of which is between 10 and 100, inclusive. As each...
[7 replies] Last: ciphermagi, sometimes it is useful to see how code could be written... (by vlad from moscow)
help c++ eclipse
 
Hi everyboby I been using Mathematica http://www.wolfram.com/mathematica/ for every calculations i need in my life and this program have a very pretty help ...
[no replies]
Weird Runtime Error
 
Hi. I am using Code::Blocks 10.05 installed on my flash drive. I have a program that compiles and runs correctly on the flash drive. But when I copy and paste t...
[no replies]
March 2012 Pages: 1... 6768697071
  Archived months: [feb2012] [apr2012]

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