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 h...
[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(...
[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 d...
[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 fl...
[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. exa...
[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...
[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...
[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...
[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 hav...
[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....
[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 ....
[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...
[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 ope...
[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 ...
[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 wa...
[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; ...
[no replies]
use of constructor problem
 
Error:shi::shi(int)' and `shi::shi(int)' cannot be overloaded, dont exactly know what that means.......
[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 ...
[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 a...
[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.