CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MUNYAH

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    775

    Where did i go wrong??

    i wrote this program using Dev++ but it only freezes when it runs, where did i go wrong??

    Here's the code:
    #include<iostream>
    using namespace std;
    int main(){
    int numbers;
    ...
  2. Replies
    4
    Views
    1,021

    Re: i'm stuck HELP, thanks

    much help THANKS, I'll notify you when i come up with something
  3. Replies
    4
    Views
    1,021

    Re: i'm stuck HELP, thanks

    this where the problem is, i want to declare a function that captures both negative and positive numbers but adds only the negative numbers in from the input
  4. Replies
    4
    Views
    1,021

    i'm stuck HELP, thanks

    i want to write a function that can add only -ve numbers from a list of integers. i can declare a function that can add the negative numbers, my problem is how do i get the -ve numbers from a string...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured