User Profile

Collapse

Profile Sidebar

Collapse
carly
carly
Joined: Oct 25 '06
Location: Australia
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • carly
    replied to Documentation Samples
    Im starting the design phase, for my software project too. The main thing we have to cover in our design is basically the architecture of the software we are trying to develope, there's also the interface, the work-break down structure, activity diagram, sequence diagram, Algorithms, risk list, etc....
    See more | Go to post

    Leave a comment:


  • This thread is really good :) as i will be doing a software development project, and knowing all the design techniques that different people use is really useful.
    Thanks for sharing your techniques

    carly
    See more | Go to post

    Leave a comment:


  • carly
    replied to Software project....
    in C
    ohhhhh I see so thats why r0 was trying to warn me about you ;) ,didnt really get it the first time. I thought he was showing it to me as something I can code. Anyway enjoy coding it!! :)

    carly...
    See more | Go to post

    Leave a comment:


  • carly
    replied to Software project....
    in C
    Thanks r0,

    But sorry to tell you that im completly blank when it comes to chess:

    1.)e4 e5
    2.)Nf3 Qf6
    3.)Bc4 Bc5
    4.)Nc3 a6
    5.)Nd5 Qd6
    6.)d4 Bxd4
    7.)Nxd4 e5xd4
    8.)Bf4 Qc5
    9.)Nxc7+ Kd8
    10.)Qxd4 Qxd4
    11.)Nxa8 Qe4+
    12.)Be3 Qxg2
    13.)0-0-0 b5
    14.)Bb6+ Ke8
    15.)Nc7+

    ??????????????? ??????????????? ???????????
    ...
    See more | Go to post

    Leave a comment:


  • carly
    replied to Software project....
    in C
    We thought about doing a game, but many people in previous batches did games, and we're looking for something new. Thanks for the suggestion, I'd be really glad to hear more :)...
    See more | Go to post

    Leave a comment:


  • carly
    replied to Software project....
    in C
    yeah......I know, and im soooooooo worried as well, but my team members are not intereseted in anything yet, and we have around 18 days left to actually start proposing our topics......... .................
    See more | Go to post

    Leave a comment:


  • carly
    started a topic Software project....
    in C

    Software project....

    Hi,

    I'l be starting my graduation project in a few more weeks, and my group members and I still havent found the right topic. We've all been reasearching and all, but we still need more ideas. One of the ideas that we came up with is a text paraphraser. We enter the computer some text, then that text gets paraphrased, after that we type in a question related to the text, and we get the correct answer to that question. Another was a...
    See more | Go to post

  • carly
    replied to what is the best
    In this case the star topology would be the most suitable one....
    See more | Go to post

    Leave a comment:


  • carly
    replied to Java classes comments
    in Java
    Cant wait for the next class :D ........ really like the way your explaining things!!

    Thanks!!

    Carly ;)
    See more | Go to post

    Leave a comment:


  • carly
    replied to find word in file
    in C
    ummm... I only needed help in writing this part to code:
    Code:
    if(//String in file)
    , the tutorials you gave me didnt really help me in figuring out how i can translate that sentence to code, but thanks anyway

    carly...
    See more | Go to post

    Leave a comment:


  • carly
    started a topic find word in file
    in C

    find word in file

    Hi i have been trying to solve this question:

    Write a C++ program to find a given word in a file. It should display all the line numbers where the word occurs.

    i did this code:

    Code:
    #include <iostream>
    #include <conio.h>
    #include <fstream>
    
    using namespace std;
    
    int main()
    {
    string s1;
    ifstream in ("file.txt");
    ...
    See more | Go to post

  • carly
    started a topic help with String Library
    in C

    help with String Library

    Hi all,

    I have been working on a quesstion, i have solved parts a up to c, but im having trouble with part d and e, any tips on how i can solve them would be very much appreaciated. I'd also appreaciate if you guys can also tell me if i have correctly solved a,b and c.

    this is the question:

    If string s1 and string s2 are two string variables, containing some strings how do you:
    a.print out the number...
    See more | Go to post

  • carly
    replied to Error problem
    in C
    Gosh what a foolish mistake........ ......thanks r035198x !!!!!!!!!!!!

    carly
    See more | Go to post

    Leave a comment:


  • carly
    started a topic Error problem
    in C

    Error problem

    hey i did this code and i keep getting this error:

    syntax error before `;' token

    in this part of the code:

    Code:
     (in.read (&c, 1);
    this is my code:

    Code:
    #include <iostream>
    #include <conio.h>
    #include <fstream>
    #include <string.h>
    
    using namespace std;
    
    int main()
    {
        ifstream in ("English.txt");
    ...
    See more | Go to post

  • carly
    started a topic Multiple choice questions..
    in Java

    Multiple choice questions..

    hi,

    i've been solving these multiple choice questions, and i'd like to know if what i answered is right ot wrong......... just to double check :)

    I) Consider the code given below.

    Code:
       class Base{} 
        public class MyCast extends Base{ 
            static boolean b1=false; 
            static int i = ‐1; 
            static double d = 10.1; 
            public static void
    ...
    See more | Go to post

  • carly
    started a topic reading strings..
    in Java

    reading strings..

    Hi Everyone,

    I have been trying to do this question but i dont really know how to start.

    - Write a program which will read a string and rewrite it alphabetical order. For example, the word STRING should be written as GINRST.

    I did this code, but im having some trouble finishing it off, especially with this part (STRING should be written as GINRST).

    Code:
    Public static void main (String[]args){
    ...
    See more | Go to post

  • carly
    replied to Need help with this C question...
    in C
    Thanks a bunch banfa !!! :)...
    See more | Go to post

    Leave a comment:


  • carly
    started a topic Need help with this C question...
    in C

    Need help with this C question...

    Hi......i need some help with this C program.
    I have created a array called "data" of 100 integers, im just having problems with writing the funtion call that will sort the 100 elements data[22] through data[32]. My program should run as: ./my_sort input_file sorted_file

    Thanks!!

    Carly
    See more | Go to post

  • carly
    replied to Desperate for help - Java beginer
    in Java
    Hi, thank you so much r035198x, i will try your code and i'll try to do the logout methode...will let you know about my progress....... .THANKS!!

    carly
    See more | Go to post

    Leave a comment:


  • carly
    replied to Desperate for help - Java beginer
    in Java
    Hi............ thank you SOOOOO much for your help. No im not going to use a databse.

    thanks once again, hope to hear from you soon!
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...