Beginners - August 2013 (Page 9)

by nvrmnd
Array of Objects in a class help
 
Hello, i'm making a library program using classes... My question is how can i or is there a way...
[15 replies] Last: oh i see.. there is cout statement inside showTitle and showAuthor ye... (by nvrmnd)
Question about Posix functions and Windows
 
I've read that POSIX is deprecated in Windows 8 and will be completely removed from the next release...
[2 replies] Last: Thanks for your answer. I didn't understand posix functions exactly.D... (by Awareness)
by kkkl
cin.getline skipped
 
after i insert number'1' in menu c++ will skip "enter name" what is the problem? #include <iost...
[7 replies] Last: yes,those codes just one part of the all . i have finished other parts... (by kkkl)
by Nyreb
Finding largest and smallest integer
 
looking for help on how to get a program to figure out which of 3 integers is the largest and smalle...
[1 reply] : int x = (a ? b : c); int x; if(a) { x = b; } else { x = c; }... (by LB)
Symbols
 
You know how in Minecraft you can make it show a character that is a bunch of changing symbols? (lik...
[1 reply] : If you want to do something like this (or, more general, if the word "... (by LB)
Saving textfiles
 
Im trying to get the user to choose whether he/she wants to save a text document in a file, I would ...
[4 replies] Last: Duplicates: http://www.cplusplus.com/forum/beginner/109357/ http://www... (by LB)
Text into TextFiles
 
Okay,I want to do is add a string into an existing text file.This existing text file has a paragraph...
[1 reply] : Responded to this thread: http://www.cplusplus.com/forum/beginner/1093... (by LB)
How to improve programming skills ?
 
Please share the method to improve my programming skills (algorithm,pseudocode,way to solve a proble...
[1 reply] : practice (by metulburr)
Link Download
 
Please share the link to download an application C of Borland.
[2 replies] Last: ok, thank you so much. (by Rikimaru26)
by leo255
Need some clarification on Scoping in the Private Section of a Class
 
I'm going through Paul Deitel's C++ fundamentals video course, and encountered a small scoping issue...
[7 replies] Last: Thanks for the help, guys! I apologize for the messy code - I will ma... (by leo255)
Segfault error in simulation under ns2
 
hi all am having a segmentation fault when running a simulation with a new module in NS2 (installe...
[1 reply] : i think the problem coul be that rt_etx wasn't initialized? is it? (by foxyrow)
Strings, Textfiles and Arrays
 
How does one store a file in an array(using fstream, strings etc), with say 1000 characters and disp...
[6 replies] Last: Very similar except that you need to know the maximum size of the file... (by Stewbond)
Strings and Swap
 
Alrite, Is there a code, using fstream and string that allows the user to swap a string variable wi...
[3 replies] Last: I think this is probably one of the more basic find+replace things you... (by Stewbond)
Controlling couts
 
Hello guys, i just wanna ask how to control couts. for example: cout<<"Hello"<<endl; cout<<"end"<<en...
[8 replies] Last: Hi, the code below should help make it clear how to delay the "End" Me... (by softwaretime)
SOS-Hello Anybody there(Strings)
 
Im using fstream and strings-working with text documents what code does one use if the user wants t...
[3 replies] Last: put string fileData,newFileData="",wordToFind ,wordToChange; ... (by closed account 28poGNh0)
SDL Surfaces
 
Hey! I am new to SDL library and I have problem. I am trying to fill surface called ground and then...
[5 replies] Last: Thanks maeriden, it was necessary to add at the beginning ground=SDL... (by Adamoll)
String Swapping Using fstream
 
Alrite, is there a way of coding an algorithm That states, the user must enter a word that he/she w...
[3 replies] Last: Yes, I am. (by vlad from moscow)
Copying string to a list node
 
Hi guys, quick question, aren't any of the following possible? struct Node{ char ACNM ; struct ...
[3 replies] Last: You will want to use char const *a for a c-style string parameter.... (by LB)
Using GLEW with MinGW
 
Hello! I do not know how to use GLEW with MinGW. I tried to follow the instructions in the homepag...
[1 reply] : Okay I think I almost figured out how to use GLEW. I compiled glew.c a... (by Kapichu)
need some hints for homework
 
Homework: Write a program that finds all of the prime numbers between 1 and 100. I was trying to...
[18 replies] Last: The program is now more "complete." (by Josue Molina)
August 2013 Pages: 1... 7891011... 51
  Archived months: [jul2013] [sep2013]

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