by TinyTertle
Question about pointers (and iterators)
|
|
[1 reply] : (*it) is dereferencing the iterator so that you get the element that t... (by Peter87)
|
by SurajMarndi
Need to Debug this Program
|
|
[1 reply] : On line 138/156: You do not check whether the read operation was succe... (by coder777)
|
by css416
Recursion Explanation
|
|
[1 reply] : It outputs the divider of 12. The result of the modulo operator % is i... (by coder777)
|
by kdrohr
Applying overtime in a calcPay program
|
|
[2 replies] Last: After spending a few hours on this. I thought I figured out how to inc... (by kdrohr)
|
I'm making C++ tutorials. Care for some input? |
|
[2 replies] Last: Hi all, I'm new to C++. As experienced VB6.0 programer, I got my sn... (by swdld)
|
by faique66
I want to Shorten the algorithm of "check()" function in this program.
|
|
[3 replies] Last: Mr.cire I Cant understand your code beacuse I am just a Beginner, and ... (by faique66)
|
by Ozzy69
Help me with list
|
|
[1 reply] : Add a break: for(it = sexo.begin(); it != sexo.end(); it++){ ... (by coder777)
|
by patrickcamp
matching string with arrays
|
|
[1 reply] : You can compare a string with an array of chars with the equal to oper... (by Mr Impact)
|
by Dasbooby
Issue with passing info
|
|
[3 replies] Last: Well then instead of creating a global variable fill the prototype lik... (by Mr Impact)
|
by schellman2
1D Arrays and 2D Arrays (1,2)
|
|
[24 replies] Last: Cheers :) (by closed account 48T7M4Gy)
|
by leeli0830
Linked list cannot access last position
|
|
[no replies]
|
by vorpcho
char * returns garbage when called
|
|
[7 replies] Last: TC is using a C-style string; that is, a pointer to an array of charac... (by Zhuge)
|
by shondhee
how to create a pacman game using c++ ..
|
|
[8 replies] Last: thank you all i will try .. (by shondhee)
|
by A19S86R
Class help and set, get, retrieve
|
|
[3 replies] Last: You are very welcome. (by Thomas1965)
|
by Kartoffel
Passing Data Over Network (Serialize ?)
|
|
[9 replies] Last: Then the fastest way to encode that information is in a binary stream.... (by helios)
|
by adel eshtaya
Please enter to see my problem
|
|
[4 replies] Last: I want, for example, the introduction of a second ball moving horizont... (by adel eshtaya)
|
by Marquise16
Function to return the number of parent nodes in a binary tree
|
|
[2 replies] Last: Does "parent nodes" mean non-leaf nodes? (by cire)
|
by xdhx12345
Arrays:adding and averaging(text file input)
|
|
[3 replies] Last: tree.txt input: 6.5 7.8 -1.4 9 22 -2.7 0 17 Is this the entire input... (by doug4)
|
by AmmmG 01
DeleteTail function in Linked List
|
|
[1 reply] : #include <iostream> struct Node { int value; Node* next; /*exp... (by JLBorges)
|
by sohamb98
c++ file handling program errors
|
|
[6 replies] Last: Well guess i figured out the proper code by my self. Here it is #incl... (by sohamb98)
|