Beginners - October 2013 (Page 51)

Help me please!!
 
I can't do the edit, delete and the transaction. something have problem in my view function i need help #include<iostream> #include<cstdlib> #include<s...
[1 reply] : where do we even begin, so many mistakes here I would almost say do... (by Manga)
I don't think this should be seg faulting....what did I miss....?
 
Ok so what I'm trying to do, is take an infix notation string ex.(3+5/6) an turn it into postfix ex(3 5 6 / +). The thing is I have to account for incorrect cha...
[1 reply] : Generally a segfault means that you corrupted memory and you were just... (by LB)
by Lynst
For Loop and Arrays : Displaying a list from greatest to least
 
I seem to be having some trouble of understanding the concept of switching around array values and displaying them in greatest to least with a for loop. Updat...
[6 replies] Last: I restarted, and working on getting it to just display the order of pe... (by Lynst)
Completed Parallel Arrays Flaws
 
This program uses parallel arrays to create a database, it's completed but it contains some logic flaws, if you can help I'd appreciate it. Flaws: 1. Fi...
[1 reply] : Look at your code: int entry; cin >> entry; while (entry != 5) { ... (by keskiverto)
huffman coding compression
 
Write your question here. i'm working on buffman coding, but i don't understand much about it. example : i create a .txt file with content is "abc" => size ...
[1 reply] : Looks like there is some confusion here: "100100" is a string of 6 cha... (by Chervil)
how to print strings from array
 
Does anyone know how to print strings from array with a filter // 2.cpp Exercise #2 starter file // Filter: only print those strings from the array that s...
[2 replies] Last: Do you know how to write the filter is what I'm asking ? (by closed account G60iz8AR)
Odd-Even MergeSort
 
How to write Odd-Even MergeSort Iterative and recursive program ... Please help
[no replies]
Learning switch and function call returns
 
Hello all. I'm trying to make a menu loop by using while (function != 0) function(); I'm returning a value of 0 for my exit command but it goes through my exi...
[2 replies] Last: Apparently I missed some fundamental part of the While statement. Yan... (by dithanial)
by artj0m
Counting Program
 
Hey guys, I'm making a simple counting program that will count the amount of digits, white spaces and other things. It's a textbook example but I just can...
[4 replies] Last: nice! Works! (by artj0m)
Character weird symbol, scrabble game.
 
Ok, please come to me with caution cause I'm a beginner and I'm not good in english but uhmm I'm having trouble creating the most important part of my scrabble ...
[5 replies] Last: I don't know whether this problem has been resolved. I just wanted to ... (by Chervil)
data hiding and encapsulation differences ?
 
Being a beginner to object oriented programming,i am in a total confusion with these three topics 1. Abstraction 2.data hiding and 3.encapsulation someone pleas...
[no replies]
by knouer
creating my first anti hacker
 
Write your question here. Hello everybody! I'm new in the forum , I enjoyed the articles . Anyway, I'm creating my first anti cheater , I am finding ...
[no replies]
by itayz
Snake game basics
 
Hey guys, I've set my 'goal' to try and create a snake game, and I just can't wrap my head around it. I already know the GetAsyncKeyState command and roughly ho...
[1 reply] : If you want to create this as a console-game, then you will obviously ... (by rodiongork)
Input several fractions
 
So for an assignment in my CS2 class where I have to input a string of several fractions and the operation you want to perform (like: 3/4+12/18). I don't know h...
[1 reply] : Example: #include <iostream> #include <string> #include <sstream> usi... (by Yanson)
Iterate at a different rate
 
So, I know about the modulo operator. But how would i iterate through series of numbers to produce something like this, 000111222 moreover, I need to be able...
[3 replies] Last: Wow! This is exactly what i needed. (by Stremik)
a question about NLP
 
now I have a train file, the/DT fiber/NN ... , the first one is word, second one is a tag, now I want to count the pair (word , tag),every word may have severa...
[1 reply] : The input contains words. Each word contains a key and one or more ta... (by keskiverto)
std::stream problem in data file handling
 
#include<fstream.h> #include<conio.h> #include<string> class CLS { public : string name; }c; void main() { fstream f; f.open("D:\\Text.txt", i...
[no replies]
use of constructor problem
 
Error:shi::shi(int)' and `shi::shi(int)' cannot be overloaded, dont exactly know what that means....help please! #include <iostream> using namespace s...
[2 replies] Last: thanks! (by archive)
Status access violation
 
I'm not good in solving this error. Can somebody help me fix this problem. I can't seem to find the one causing the status access violation error. #include...
[2 replies] Last: I'm trying to manipulate an array of strings but I'm having trouble pr... (by colinjames12)
challenge
 
The US Army is interested in keeping track of where various pieces of equipment and being stored and whether or not the equipment is ready for use. To demons...
[5 replies] Last: Okay so you're telling us what your assignment is. Now what is the que... (by giblit)
October 2013 Pages: 1... 4950515253... 86
  Archived months: [sep2013] [nov2013]

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