Beginners - November 2014 (Page 29)

Overloading Operator << Linked List
 
Hello, I am trying to overload the oprator "<<", but I dont know what i am doing wrong, if someone c...
[4 replies] Last: YES IT WORKS!!! THANKS YOU VERY MUCH MiiNiPaa!! (by Wait for it)
Need help w/linear probe method resolving collisions hash
 
Hi, I need help with hashing using linear probe method resolving collisions. I cannot for the life...
[no replies]
randomizing the letter p
 
Well I have this task where I have to count how many times the string "hope" appears anywhere in the...
[3 replies] Last: Well I was thinking that the random string generator would only genera... (by deathslice)
by Walnut
ofstream printing
 
Hi, I've run into the following problem, and I just can't figure out why the program does what it do...
[6 replies] Last: My question is why the code in the second response doesn't print anyt... (by MiiNiPaa)
by kdg926
Even/odd vector problem
 
Good morning everyone, first post here but I have been lurking for a bit and you all offer wonderful...
[6 replies] Last: You are a saint. (by kdg926)
print my output ".dat"
 
after development my coding i have fully finish my project but when I look the instruction, my teach...
[4 replies] Last: How could this code be modified to accept input for various zip codes ... (by kdg926)
unsigned key[8] increament problem :(
 
hi, i wish to generate all possible key combinations ranging: HEX: "0F FF FF FF FF FF FF FF"...
[6 replies] Last: Yes thanks it indeed solve my problem ... i will try improve it furthe... (by newcslover)
by bils
a Simple code
 
Hi, I'm new in programming. I try to insert the letter 't' in a string with a for loop. Compiler ...
[3 replies] Last: Thanks you very much :) I thought can uninitialized like a INT. and t... (by bils)
Minimum number of guards
 
Hey guys! Let's say we have n elements. 1 2 3 4 ... n Every element has different value ...
[9 replies] Last: Do you get the same result for: Let's see! Setup: A = 0, $100 B... (by Disch)
Output the right letters
 
i wrote a program that shows random grades from 0-100. i want to show the grade valuse but also show...
[9 replies] Last: Does the function prototype match the function definition? If you go w... (by wildblue)
by Flotsa
This is the error I get
 
As5.obj : error LNK2019: unresolved external symbol "void __cdecl DisplayNames(class std::basic_stri...
[3 replies] Last: I don't know that more experience necessarily makes one immune to typo... (by wildblue)
Tell me an easy and efficient function to return all the positions (occurrence) of a word into a string.
 
I want to create a function that returns all the position of occurrences of a word into a string. Pl...
[1 reply] : Give it a try, then post your code. Start with finding occurrences of... (by PCrumley48)
by Flotsa
string subscript out of range error
 
I tried searching this site for this, and while people have had this error, I can't seem to find the...
[3 replies] Last: Counting from 1 to MAX assumes that the length of string name will be ... (by PCrumley48)
convert std::string to const char*
 
how can i convert std::string to const char* so i can use it with the atoi(); function to convert th...
[1 reply] : You can use the c_str() member function. http://www.cplusplus.com/refe... (by Peter87)
Middle number debug
 
I wrote this program awhile back and it seemed to work fine. It's supposed to ask the user to enter ...
[no replies]
Visual studio: capture video from file
 
Hi! I'm new here. I have some problems using Visual studio 2010 and Opencv 2.4.9. I'm trying to ca...
[no replies]
Getting error too few parameters in call to 'nme(char *, char *)
 
#include <iostream.h> #include <string.h> #include <conio.h> #include <stdio.h> #includ...
[8 replies] Last: shit thank you AbstractionAnon (by N00batc)
Implementation of link list data structures.
 
Greetings everyone. I am student and learning data structures. I try very hard to understand the con...
[1 reply] : Introduction: http://www.codeproject.com/Articles/641175/An-Introducti... (by anup30)
Code for a "vidbox" prototypes not functions, writings and reading from a file?
 
The assignments has me updating files throughout the program to keep current records. Also while ap...
[no replies]
Need help with overloading the stream insertion operator
 
I am trying to display all the content stored in one object to the screen without resorting to a mem...
[3 replies] Last: That was a typo. I meant line 57, not 27. Sorry for the confusion. ... (by AbstractionAnon)
November 2014 Pages: 1... 2728293031... 65
  Archived months: [oct2014] [dec2014]

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