Beginners - March 2008 (Page 8)

errrr...
 
hello all, umm..i have this program to make, it is suppose to be a dictionary. we were given four tasks to include in our menu(): 1. Add words to the di...
[11 replies] Last: hey! i tried implementing the additional code that u provided and i... (by hugsnbugs)
How to delete a file
 
How do I delete a file?
[2 replies] Last: Thanks! (by Nate879)
PLEASE HELP ME!! ARRAY SORTING
 
#include <iostream.h> #include <sstream.h> #include <cmath> #include <ctype.h> #include <iostream> using namespace std; int main() { srand(...
[1 reply] : If your description is talking about even and odd numbers, I'd assume ... (by Ganon11)
by Sekret
Program crashes.
 
curLocX = 1; curLocY = 1; string pName ; string pDes ; pDes = "The land of caeks"; pName ...
[1 reply] : curLocX = 1; curLocY = 1; string pNam... (by Ganon11)
C++ practices resource
 
Hi guys, I am learning C++ with help of the great tutorial on this site and I am looking for a site or resource to practice as a I learn along. Any one has ...
[2 replies] Last: Thank u gzero (by ali2538)
GUI for tic tac toe program help??
 
so i have created a tic tac toe program that runs in the console. what i want to do is create a gui for this game, just some simple buttons and a board. can any...
[no replies]
by cva
"<>"
 
CComPtr<IDispatch> p;what does this means??
[1 reply] : it means, "<>" is used in templates, in this link, you can find mor... (by guruplus)
Statements in a function -calculations
 
i am studying the basics, i'm at Functions II The following is given here. ( my question is after.) #include <iostream> using namespace std; ...
[3 replies] Last: GOT IT. Easy to remember. Thank you all very much. (by fcisconj)
integer reversed function
 
I'm a newbee to c++. I need help with a reversed function this is as far as I can get.Thank's all. #include <iostream> using namespace std; void reverse...
[3 replies] Last: ... (by yang)
how to use a wrapper?
 
Im trying to use curl.h to write a program that reads urls... i'm writing in c++, but when i link the program, errors like these pop up: elevation.obj : ...
[1 reply] : hmm i found the answer... but i have no idea how to solve it... Wh... (by averageGuy)
by cva
x<y> z
 
what does this syntax means....x<y> z...what is the purpose of "<" ">"... thank you.
[1 reply] : On a container class, it means that this container contains the data t... (by vince1027)
by hTej
i really need help! asap.. please solve this problem..
 
Reciprocals of positive integers yield decimal numbers which either terminate or repeat. For example, the ...
[1 reply] : How much are you willing to pay me for helping you cheat? (My price... (by Ganon11)
append a file
 
Hey, I've made a function which print out a container to a text-file. Now I would like to rebuild this function. It has to append the container to a text-...
[no replies]
Help about while-do?!
 
Pls check this code: #include<string> #include<iostream> using namespace std; char menu(); void main() { char choice='0'; while (choice=='0') ...
[5 replies] Last: Thanks alot :) I got it.. (by malik1986)
by tomao
Yep! Another question from Me!
 
Yes, I do have another question. I am working on a big program that I need lots of help with. Is there any way to extract a number from a string and store it...
[1 reply] : #include <cstdlib> #include <iostream> #include <sstream> using ... (by ropez)
by natt
arrays
 
hi I'm stuck. I am on a turtle graphics question. I understand the pen up, pen down aspect but I am stuck on how to turn left or right in an array and I just do...
[no replies]
Making Two Arrays Equal Each Other
 
I'm trying to have a getData function transfer all the objects it is holding in its array to a new array so that the new array can be used in a friend function ...
[7 replies] Last: A small suggestion and recommendation: avoid using signed data types a... (by vince1027)
by fubar
verify user input
 
Hello all, I would like to verify if a user input is of a certain type. Say, I would like to make sure that a user only enters integers, or characters. Is ...
[1 reply] : Two commonly used functions to check for alphanumerics: int isalph... (by vince1027)
by arlene
Function with a exponent -help
 
Problem: write a function named powfun() that raises an integer number passed to it to a positive integer power and displays the result. The positive integer sh...
[1 reply] : I think the problem wants you to write a function named powfun that ac... (by vince1027)
which malloc statement should i use??
 
let us say i have a node as follows.. struct hnode { char* data; struct hnode* hlink; struct vnode* vlink; }; which malloc statement should i use in the ...
[3 replies] Last: Because this is a C++ forum (as opposed to C), I assume this is C++ co... (by ropez)
March 2008 Pages: 1... 678910... 15
  Archived months: [feb2008] [apr2008]

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