General C++ Programming (Page 3)

My own Linked List Class Help
 
So I am trying to make a STD library clone to the linked list and I am having some issues. 1) I c...
[no replies]
Sdl error
 
Heres my code Sdl 1.2.15 //main// #include "SDL.h" int main(int argc, char* args ) { //Sta...
[3 replies] Last: Bump. (by limitedaura)
by Musica
Classes using const and & ,newbie help..
 
I am not sure what is the purpose of adding const and & on the constructor's parameter list.Also...
[3 replies] Last: Suppose you have a large array (say 1GB) and you want to use it someh... (by giblit)
Please answer this!!
 
The sinc(x) function, abbreviated from “sine cardinal” is used frequently in signal processing...
[1 reply] : Hi you might get more answers if you show some effort and provide some... (by TheIdeasMan)
File output with huffman coding
 
Hi I creating a code encodes and decodes a text file using Huffman coding. I was able to successfull...
[no replies]
Huffman Coding Project Problem
 
I am doing this project to create a huffman encoder and decoder, but I am stuck in the part where ev...
[no replies]
How to make a Copy of a Queue
 
I was hoping you guys can help me in my specific case on copying of a Queue. I'm suppose to make a c...
[2 replies] Last: Thanks for the reply SreeB. I was able to get it done, but I did not o... (by Shuruki)
Help. C/C++ Save Ascii Characters (Api Windows)
 
Hello! I need to save in a file (txt) the characters ascii (for example "☺") when some ...
[no replies]
Need help on this question ASAP please!!!
 
A simulation program can be used to model a system for testing purposes. One application of a system...
[no replies]
Number Pyramid
 
Hi all! I'm trying to make a program that makes a number pyramid that looks like this: Ente...
[1 reply] : #include<iostream> #include<iomanip> #include<string> using namespace... (by Esslercuffi)
Maps Question
 
I am currently working on a homework assignment. A question asks.... "Can a map be declare...
[3 replies] Last: Yes if you can provide meaningful operator < or custom comparator. #... (by MiiNiPaa)
Referencing a 2D array in order to sort strings
 
I am utterly confused on how to set up a function that references a 2D array and compares he strings...
[2 replies] Last: Also, you have duplicates declarations of char BubbleSort (char Name... (by ostar2)
priority queue
 
I know queue but with priority queue i am really amateur. can you help me implement some functions ...
[7 replies] Last: int rear here mean the position of the last element? (by nightmaregiba)
read file into array
 
how to reading a one column unknown file and in to array?
[no replies]
Postorder Binary Search Tree
 
I want to print postorder of a binary search tree . Here is my code bool BINARY_SEARCH_TREE...
[8 replies] Last: Ok,, thks, i finally complete it (by nightmaregiba)
problem
 
length and breadth of rectangle is 10(cm).default unit is cm.if another unit is entered it should be...
[1 reply] : Why did you start a new thread? (by pheininger)
avoiding negative integers
 
i have the following code kit://----------------------------------------------------------------...
[5 replies] Last: @mutexe u guessed all my variables right.... BRAVO........... i didn... (by programmer007)
How to create Cgi program using C++?
 
Hey Viewer. Please recomend cgi library and descript how to create it?
[no replies]
Binary search Tree adding this->root gives segment fault
 
Hello I am getting an error when I add this->root in all my functions: bst::hwareItem* bst:: find...
[5 replies] Last: Thanks guys I solved it... The logic was messing up because I was rep... (by csstudent123)
by zainy
2D array matrix
 
A program that fills the right-to-left diagonal of a square matrix with 0s, yhe lower right triangle...
[2 replies] Last: Edited Konstantin2's algorithm to work with any matrix of size s for ... (by zoran404)
Pages: 12345... 42
  Archived months: [sep2014]

Cannot post in this page. To post a new message, go to the first page.